Cast messages from a bare muc jid to groupchat
This commit is contained in:
parent
1e5e62a758
commit
7730bc0e37
|
@ -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