fix var name. Fixes #5934
This commit is contained in:
parent
e0ac19678c
commit
f8d691f886
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class Interface:
|
||||||
if c_.show not in ('offline', 'error'):
|
if c_.show not in ('offline', 'error'):
|
||||||
obj.show_notif = False
|
obj.show_notif = False
|
||||||
break
|
break
|
||||||
if show_notif:
|
if obj.show_notif:
|
||||||
if obj.old_show < 2 and obj.new_show > 1:
|
if obj.old_show < 2 and obj.new_show > 1:
|
||||||
notify.notify('contact_connected', jid, account, status)
|
notify.notify('contact_connected', jid, account, status)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue