Merge pull request #2113 from profanity-im/omemo-noise

Reduce OMEMO noise
This commit is contained in:
Michael Vetter
2026-03-19 09:36:53 +01:00
committed by GitHub
6 changed files with 88 additions and 23 deletions

View File

@@ -1318,6 +1318,22 @@ win_refresh_with_subwin(ProfWin* window)
{
}
gboolean
win_warn_needed(ProfWin* window, const char* const type, const char* const jid)
{
return TRUE;
}
void
win_warn_sent(ProfWin* window, const char* const type, const char* const jid)
{
}
void
win_clear_warned_jids(ProfWin* window)
{
}
void
win_println(ProfWin* window, theme_item_t theme, const char* ch, const char* const message, ...)
{