diff --git a/src/roster_window.py b/src/roster_window.py index 6ed977501..cf4ca1905 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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))