Skip to content
Snippets Groups Projects
Commit feb9ba70 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

put xhtml event in queue for pm too. fixes #2524

parent 6b0bf2b2
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment