parent
3e362874be
commit
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):
|
||||
|
|
Loading…
Reference in New Issue