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


Commits:
ffc288a0 by Philipp Hörist at 2025-10-18T23:56:20+02:00
cfix: Chatstate: Don’t fail accessing muc data

- - - - -


1 changed file:

- gajim/common/modules/chatstates.py


Changes:

=====================================
gajim/common/modules/chatstates.py
=====================================
@@ -199,7 +199,7 @@ def _process_groupchat_chatstate(
 
         muc_jid = jid.new_as_bare()
 
-        data = self.get_module('MUC').get_muc_data(muc_jid)
+        data = self._con.get_module('MUC').get_muc_data(muc_jid)
         if data is None or data.nick == jid.resource:
             # Chatstate from our own joined jid resource
             return self._raise_if_necessary(properties)



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

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