From 70e0bcc5db144c2954c7cad077e9083f5fec5adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 21 Feb 2018 23:01:47 +0100 Subject: [PATCH] Pass jid as string to find_stanza_id() --- gajim/common/connection_handlers_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/common/connection_handlers_events.py b/gajim/common/connection_handlers_events.py index f8a0c0303..c29e14b99 100644 --- a/gajim/common/connection_handlers_events.py +++ b/gajim/common/connection_handlers_events.py @@ -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,