From 527762f726577e451421a2c11228e8f2a6c3deb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 31 Aug 2018 06:37:53 +0200 Subject: [PATCH] Fix missing attribute --- gajim/common/connection_handlers_events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gajim/common/connection_handlers_events.py b/gajim/common/connection_handlers_events.py index e7ee60ef8..aad7269aa 100644 --- a/gajim/common/connection_handlers_events.py +++ b/gajim/common/connection_handlers_events.py @@ -487,6 +487,7 @@ class GcMessageReceivedEvent(nec.NetworkIncomingEvent): self.xhtml_msgtxt = self.stanza.getXHTML() self.encrypted = self.msg_obj.encrypted self.correct_id = None # XEP-0308 + self.delayed = self.msg_obj.delayed if app.config.get('ignore_incoming_xhtml'): self.xhtml_msgtxt = None