1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Fix /omemo fingerprint crashing in a MUC

Reported by a user in the profanity MUC.

Fixup of e1d137f4e6 resp. #1863

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel 2023-11-06 19:17:15 +01:00
parent 83fdd9b8d6
commit 0449a42e5c

View File

@ -8887,7 +8887,7 @@ cmd_omemo_fingerprint(ProfWin* window, const char* const command, gchar** args)
return TRUE;
}
auto_jid Jid* jid;
auto_jid Jid* jid = NULL;
if (!args[1]) {
if (window->type == WIN_CONSOLE) {
auto_char char* fingerprint = omemo_own_fingerprint(TRUE);