mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 04:46:22 +00:00
Move OMEMO initialization to profanity intialization
Also store identity keys into account
This commit is contained in:
@@ -143,6 +143,7 @@ win_create_chat(const char *const barejid)
|
||||
new_win->otr_is_trusted = FALSE;
|
||||
new_win->pgp_recv = FALSE;
|
||||
new_win->pgp_send = FALSE;
|
||||
new_win->is_omemo = FALSE;
|
||||
new_win->history_shown = FALSE;
|
||||
new_win->unread = 0;
|
||||
new_win->state = chat_state_new();
|
||||
|
||||
Reference in New Issue
Block a user