Cast messages from a bare muc jid to groupchat
This commit is contained in:
parent
b4d34bf7f6
commit
f5a19c24a9
|
@ -163,6 +163,7 @@ class Message:
|
||||||
# TODO: why is this here?
|
# TODO: why is this here?
|
||||||
if stanza.getTag('html'):
|
if stanza.getTag('html'):
|
||||||
stanza.delChild('html')
|
stanza.delChild('html')
|
||||||
|
type_ = 'groupchat'
|
||||||
|
|
||||||
session = None
|
session = None
|
||||||
if type_ != 'groupchat':
|
if type_ != 'groupchat':
|
||||||
|
|
Loading…
Reference in New Issue