diff --git a/gajim/common/connection_handlers_events.py b/gajim/common/connection_handlers_events.py index 63e4c90eb..4f7e78b0a 100644 --- a/gajim/common/connection_handlers_events.py +++ b/gajim/common/connection_handlers_events.py @@ -1065,7 +1065,6 @@ class MamMessageReceivedEvent(nec.NetworkIncomingEvent, HelperEvent): own_jid = self.conn.get_own_jid() if archive_jid and not archive_jid.bareMatch(own_jid): # MAM Message not from our Archive - log.info('MAM message not from our user archive') return False self.msg_ = self.forwarded.getTag('message', protocol=True)