1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Alert about long OMEMO cryptographic generation

Fixes #1055
This commit is contained in:
Paul Fariello 2019-04-17 09:55:11 +02:00
parent 02d0f7fc38
commit fc8dc328a4

View File

@ -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.");