Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
10c32003 by Philipp Hörist at 2022-10-05T15:26:55+02:00
fix: MUC: Relax definition of MUC config change

- - - - -


1 changed file:

- nbxmpp/structs.py


Changes:

=====================================
nbxmpp/structs.py
=====================================
@@ -1057,7 +1057,7 @@ class MessageProperties:
 
     @property
     def is_muc_config_change(self) -> bool:
-        return self.body is None and bool(self.muc_status_codes)
+        return bool(self.muc_status_codes)
 
     @property
     def is_muc_pm(self) -> bool:



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/10c32003f035214bfddd852566865b572517ab55

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