Fix missing attribute

This commit is contained in:
Philipp Hörist 2018-08-31 06:37:53 +02:00
parent afbc0c325f
commit d01dc442c8
1 changed files with 1 additions and 0 deletions

View File

@ -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