Philipp Hörist pushed to branch fix-read-state-sync at gajim / gajim


Commits:
ebe0270f by Philipp Hörist at 2022-11-04T22:33:39+01:00
cfix: Take full unread count into consideration

- - - - -


1 changed file:

- gajim/gtk/main.py


Changes:

=====================================
gajim/gtk/main.py
=====================================
@@ -907,7 +907,9 @@ def mark_as_read(self,
                      send_marker: bool = True
                      ) -> None:
 
-        unread_count = self.get_chat_unread_count(account, jid)
+        unread_count = self.get_chat_unread_count(account,
+                                                  jid,
+                                                  include_silent=True)
 
         set_urgency_hint(self, False)
         control = self.get_control()



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ebe0270f5feb969df390eb86abb2f977dfb7a7d9
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

Reply via email to