don't show in roster / notification that a contact unsubscribed us if we already popup up the dialog. Fixes #5470
This commit is contained in:
parent
33b9a8116c
commit
e7dd3e7d13
|
@ -649,6 +649,7 @@ class Interface:
|
||||||
|
|
||||||
if helpers.allow_popup_window(account) or not self.systray_enabled:
|
if helpers.allow_popup_window(account) or not self.systray_enabled:
|
||||||
self.show_unsubscribed_dialog(account, contact)
|
self.show_unsubscribed_dialog(account, contact)
|
||||||
|
return
|
||||||
|
|
||||||
self.add_event(account, jid, 'unsubscribed', contact)
|
self.add_event(account, jid, 'unsubscribed', contact)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue