fix clicking notification when someone logs in
This commit is contained in:
parent
9d98117f21
commit
d541b42236
1 changed files with 6 additions and 5 deletions
|
@ -2135,6 +2135,7 @@ class Interface:
|
|||
elif type_ in ('printed_chat', 'chat', ''):
|
||||
# '' is for log in/out notifications
|
||||
|
||||
if type_ != '':
|
||||
event = gajim.events.get_first_event(account, fjid, type_)
|
||||
if not event:
|
||||
event = gajim.events.get_first_event(account, jid, type_)
|
||||
|
|
Loading…
Add table
Reference in a new issue