From 7730bc0e37776bd9013a232ba49fda1773bdba2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 5 Nov 2018 21:08:34 +0100 Subject: [PATCH] Cast messages from a bare muc jid to groupchat --- gajim/common/modules/message.py | 1 + 1 file changed, 1 insertion(+) 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':