diff --git a/gajim/common/modules/message.py b/gajim/common/modules/message.py index 00fad4f2f..d3bfdb4af 100644 --- a/gajim/common/modules/message.py +++ b/gajim/common/modules/message.py @@ -163,6 +163,7 @@ class Message: # TODO: why is this here? if stanza.getTag('html'): stanza.delChild('html') + type_ = 'groupchat' session = None if type_ != 'groupchat':