Philipp Hörist pushed to branch mainwindow at gajim / gajim
Commits:
a8dbc2d9 by lovetox at 2021-06-01T22:03:22+02:00
Fix read markers in groupchat
- - - - -
1 changed file:
- gajim/common/modules/chat_markers.py
Changes:
=====================================
gajim/common/modules/chat_markers.py
=====================================
@@ -52,7 +52,7 @@ def _process_chat_marker(self, _con, _stanza, properties):
self._log.warning('Received chat marker while not joined')
return
- if properties.muc_nickname != muc_data.nick:
+ if properties.muc_nickname != contact.nickname:
return
self._raise_event('read-state-sync', properties)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a8dbc2d9bd31ebae8ba3395e1743da3f80fa83e9
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a8dbc2d9bd31ebae8ba3395e1743da3f80fa83e9
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