Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
03a6c33b by Philipp Hörist at 2024-05-18T23:55:24+02:00
fix: Message: Fix false positive muc pm detection
- - - - -
1 changed file:
- nbxmpp/modules/message.py
Changes:
=====================================
nbxmpp/modules/message.py
=====================================
@@ -82,6 +82,9 @@ class BaseMessage(BaseModule):
if muc_user is None:
return
+ if not properties.jid.is_full:
+ return
+
if (properties.type.is_chat or
properties.type.is_error and
not muc_user.getChildren()):
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/03a6c33b57d312f5d948635e4cf6b1ef1b72490a
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/03a6c33b57d312f5d948635e4cf6b1ef1b72490a
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]