diff options
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_funcs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index fe289f0b..a212fc86 100644 --- a/src/command/cmd_funcs.c +++ b/src/command/cmd_funcs.c @@ -7951,6 +7951,7 @@ cmd_omemo_gen(ProfWin *window, const char *const command, gchar **args) return TRUE; } + cons_show("Generating OMEMO crytographic materials, it may take a while..."); ProfAccount *account = accounts_get_account(session_get_account_name()); omemo_generate_crypto_materials(account); cons_show("OMEMO crytographic materials generated."); |