Deal with stanza-id not added by a mam archive

Fixes #9550
这个提交存在于:
Philipp Hörist 2019-01-19 21:35:58 +01:00
父节点 3e362874be
当前提交 31d9b39744

查看文件

@ -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):