Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
b4dcb38c by wurstsalat at 2022-02-03T14:24:12+01:00
Only set urgency hint if we want to notify
- - - - -
1 changed file:
- gajim/gtk/controls/base.py
Changes:
=====================================
gajim/gtk/controls/base.py
=====================================
@@ -1250,7 +1250,7 @@ def add_message(self,
if notify:
self._notify(name, text, tim, additional_data)
- if not chat_active:
+ if not chat_active and notify:
if self.is_groupchat:
needs_highlight = message_needs_highlight(
text,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b4dcb38c0d6c0f2746f361e13c49cf2e9e2ed42f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b4dcb38c0d6c0f2746f361e13c49cf2e9e2ed42f
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits