Skip to content
Snippets Groups Projects
Commit 8c07a066 authored by jimpp's avatar jimpp
Browse files

Don't allow notifs when we are away/xa/dnd and autopopupaway is False.

(Undo second part of [6735])
parent 98090430
No related branches found
No related tags found
No related merge requests found
......@@ -741,8 +741,6 @@ first = True):
return False
if type and (not gajim.config.get(type) or not first):
return False
if type and gajim.config.get(type) and first:
return True
if gajim.config.get('autopopupaway'): # always show notification
return True
if gajim.connections[account].connected in (2, 3): # we're online or chat
......
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