Pass jid as string to find_stanza_id()

This commit is contained in:
Philipp Hörist 2018-02-21 23:01:47 +01:00
parent 015d99ea63
commit 70e0bcc5db
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ class MessageReceivedEvent(nec.NetworkIncomingEvent, HelperEvent):
if type_ == 'groupchat':
archive_jid = self.stanza.getFrom().getStripped()
else:
archive_jid = self.conn.get_own_jid()
archive_jid = self.conn.get_own_jid().getStripped()
if app.logger.find_stanza_id(account,
archive_jid,
self.unique_id,