about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-03-13 21:46:33 +0220
committerPaul Fariello <paul@fariello.eu>2019-04-10 17:12:31 +0200
commit89ece4f23558f700940264c1815dc8b3977c81ca (patch)
tree9edd5e1b90b503416bb40e52f413858bbfb66fdf
parent2622c2d21a1f120cb39800b8c96b6e5ce916589b (diff)
downloadprofani-tty-89ece4f23558f700940264c1815dc8b3977c81ca.tar.gz
Add UI feedback for OMEMO gen command
-rw-r--r--src/command/cmd_funcs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index 572c0b96..07c8d3f1 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -7898,6 +7898,7 @@ cmd_omemo_gen(ProfWin *window, const char *const command, gchar **args)
 
     ProfAccount *account = accounts_get_account(session_get_account_name());
     omemo_generate_crypto_materials(account);
+    cons_show("OMEMO crytographic materials generated.");
     return TRUE;
 #else
     cons_show("This version of Profanity has not been built with OMEMO support enabled");