Skip to content
Snippets Groups Projects
Commit d19e87eb authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix showing normal message event

Regression introduced in 9b866fd1
parent 947106bb
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
self.conn.name, contact, self)
obj.show_in_systray = notify.get_show_in_systray(event_type,
self.conn.name, contact)
if obj.mtype == 'normal' and not obj.popup:
if obj.mtype == 'normal' and obj.popup:
do_event = False
else:
do_event = True
......
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