fix: reduce OMEMO trust check frequency + trust indicators in titlebar (upstream 62458557)

This commit is contained in:
2026-03-31 19:25:06 +03:00
parent 626f67237d
commit d7decd7f17
7 changed files with 105 additions and 0 deletions

View File

@@ -587,6 +587,8 @@ _sv_ev_incoming_omemo(ProfChatWin* chatwin, gboolean new_win, ProfMessage* messa
chat_log_omemo_msg_in(message);
}
chatwin->pgp_recv = FALSE;
wins_omemo_trust_changed(chatwin->barejid);
#endif
}