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

Commits:
31d9b397 by Philipp Hörist at 2019-01-19T20:35:58Z
Deal with stanza-id not added by a mam archive

Fixes #9550

- - - - -


1 changed file:

- gajim/common/modules/message.py


Changes:

=====================================
gajim/common/modules/message.py
=====================================
@@ -331,6 +331,8 @@ class Message:
 
         if archive.bareMatch(properties.stanza_id.by):
             return properties.stanza_id.id, None
+        # stanza-id not added by the archive, ignore it.
+        return None, None
 
 
 class MessageReceivedEvent(NetworkIncomingEvent):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/31d9b397441b8c239d4094022827b514aa6e3785

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