mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 16:26:22 +00:00
Display OMEMO device ID
Display the OMEMO device ID which has been generated, when the user generated OMEMO crytographic materials via /omemo gen.
This commit is contained in:
@@ -8415,7 +8415,7 @@ cmd_omemo_gen(ProfWin* window, const char* const command, gchar** args)
|
||||
ui_update();
|
||||
ProfAccount* account = accounts_get_account(session_get_account_name());
|
||||
omemo_generate_crypto_materials(account);
|
||||
cons_show("OMEMO crytographic materials generated.");
|
||||
cons_show("OMEMO crytographic materials generated. Your Device ID is %d.", omemo_device_id());
|
||||
return TRUE;
|
||||
#else
|
||||
cons_show("This version of Profanity has not been built with OMEMO support enabled");
|
||||
|
||||
Reference in New Issue
Block a user