mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 07:06:21 +00:00
Don't show notification reminders for messages the user does not want notifications for
This commit is contained in:
@@ -72,9 +72,6 @@ privwin_incoming_msg(ProfPrivateWin *privatewin, const char *const message, GDat
|
||||
win_print_incoming_message(window, timestamp, jidp->resourcepart, message, PROF_MSG_PLAIN);
|
||||
|
||||
privatewin->unread++;
|
||||
if (notify) {
|
||||
privatewin->notify = TRUE;
|
||||
}
|
||||
|
||||
if (prefs_get_boolean(PREF_FLASH)) {
|
||||
flash();
|
||||
|
||||
Reference in New Issue
Block a user