about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-03-26 22:24:26 +0100
committerPaul Fariello <paul@fariello.eu>2019-04-10 17:12:31 +0200
commit4a1c3c8c1ef8c86e28afe34848b2b9d87489c2f1 (patch)
tree174ee85ebdc933db54289171d137efea7f47b311
parentba9679a706a1c3d4d37b45da707978d83a463b2a (diff)
downloadprofani-tty-4a1c3c8c1ef8c86e28afe34848b2b9d87489c2f1.tar.gz
Show all device fingerprint for current account
-rw-r--r--src/command/cmd_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index eb550812..369a992f 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -8086,7 +8086,7 @@ cmd_omemo_fingerprint(ProfWin *window, const char *const command, gchar **args)
             char *fingerprint = omemo_own_fingerprint(TRUE);
             cons_show("Your OMEMO fingerprint: %s", fingerprint);
             free(fingerprint);
-            return TRUE;
+            jid = jid_create(connection_get_fulljid());
         } else if (window->type == WIN_CHAT) {
             ProfChatWin *chatwin = (ProfChatWin*)window;
             jid = jid_create(chatwin->barejid);