Fix (Un)Block multiple contacts menu. Fixes #7526
This commit is contained in:
parent
a7e9182e05
commit
bdec1952b0
|
@ -5915,7 +5915,7 @@ class RosterWindow:
|
|||
privacy_rules_supported = False
|
||||
contact = gajim.contacts.get_contact_with_highest_priority(account,
|
||||
jid)
|
||||
if helpers.jid_is_blocked(account, jid):
|
||||
if not helpers.jid_is_blocked(account, jid):
|
||||
is_blocked = False
|
||||
list_.append((contact, account))
|
||||
|
||||
|
|
Loading…
Reference in New Issue