put xhtml event in queue for pm too. fixes #2524
This commit is contained in:
parent
6b0bf2b2a0
commit
feb9ba709a
|
@ -461,7 +461,7 @@ class GroupchatControl(ChatControlBase):
|
|||
return
|
||||
|
||||
event = gajim.events.create_event('pm', (msg, '', 'incoming', tim,
|
||||
False, '', None))
|
||||
False, '', None, xhtml))
|
||||
gajim.events.add_event(self.account, fjid, event)
|
||||
|
||||
autopopup = gajim.config.get('autopopup')
|
||||
|
|
Loading…
Reference in New Issue