Daniel Brötzmann pushed to branch mention-indicator at gajim / gajim


Commits:
8743aab7 by cal0pteryx at 2026-04-11T18:16:21+02:00
cq: Remove unnecessary code

- - - - -


1 changed file:

- gajim/gtk/chat_list_row.py


Changes:

=====================================
gajim/gtk/chat_list_row.py
=====================================
@@ -369,10 +369,6 @@ def reset_unread(self) -> None:
 
         app.storage.cache.reset_unread_count(self.account, self.jid)
 
-        # Add class again in case we were mentioned previously
-        if isinstance(self.contact, GroupchatContact) and not 
self.contact.can_notify():
-            self._ui.unread_label.add_css_class("unread-counter-silent")
-
     def toggle_pinned(self) -> None:
         self._pinned = not self._pinned
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8743aab7b9056d23e2f2f3e3a9eb8bd6420eb86e

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8743aab7b9056d23e2f2f3e3a9eb8bd6420eb86e
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to