diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-04-17 10:16:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 10:16:22 +0200 |
commit | 2eaec58c411f750b7dc8fd18a8608366c4652400 (patch) | |
tree | 0c2df09d3bdc61e12b5dc511e114d461423bd525 /src | |
parent | 02d0f7fc38f8b8017328a26cb7fc2cc8d2c34cd6 (diff) | |
parent | fc8dc328a4b4d40b2d15b4ff10d911d637887fea (diff) | |
download | profani-tty-2eaec58c411f750b7dc8fd18a8608366c4652400.tar.gz |
Merge pull request #1064 from paulfariello/hotfix/omemo-crypto-generation-too-long
Alert about long OMEMO cryptographic generation
Diffstat (limited to 'src')
-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."); |