Philipp Hörist pushed to branch master at gajim / gajim
Commits:
b5bd5f15 by Philipp Hörist at 2018-11-19T17:04:32Z
Dont check mam:2 compliance for error messages
- - - - -
1 changed file:
- gajim/common/connection_handlers.py
Changes:
=====================================
gajim/common/connection_handlers.py
=====================================
@@ -207,6 +207,9 @@ class ConnectionHandlersBase:
if obj.conn.name != self.name:
return
+ if obj.stanza.getType() == 'error':
+ return
+
self._check_for_mam_compliance(obj.jid, obj.stanza_id)
if (app.config.should_log(obj.conn.name, obj.jid) and
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/b5bd5f15f02aeeb8a5843c66e12950438cbe38e8
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/b5bd5f15f02aeeb8a5843c66e12950438cbe38e8
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