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 b4d34bf7f6
commit f5a19c24a9
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':