Philipp Hörist pushed to branch master at gajim / gajim


Commits:
213ee3cd by lovetox at 2021-02-27T11:44:52+01:00
Adapt to nbxmpp chatstate changes

- - - - -


1 changed file:

- gajim/common/modules/chatstates.py


Changes:

=====================================
gajim/common/modules/chatstates.py
=====================================
@@ -158,7 +158,7 @@ def _process_chatstate(self, _con, _stanza, properties):
         if contact is None:
             return
 
-        contact.chatstate = properties.chatstate
+        contact.chatstate = properties.chatstate.value
         self._log.info('Recv: %-10s - %s', properties.chatstate, 
properties.jid)
         app.nec.push_outgoing_event(
             NetworkEvent('chatstate-received',



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

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