Merge pull request #2108 from profanity-im/omemo-ux-fix

fix: Dont OMEMO trust check so often
This commit is contained in:
Michael Vetter
2026-03-09 13:22:19 +01:00
committed by GitHub
7 changed files with 55 additions and 2 deletions

View File

@@ -572,6 +572,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
}