Cast messages from a bare muc jid to groupchat

This commit is contained in:
Philipp Hörist 2018-11-05 21:08:34 +01:00
parent 1e5e62a758
commit 7730bc0e37
1 changed files with 1 additions and 0 deletions

View File

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