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,