diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 805c5a468..fc9006ba2 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -851,7 +851,7 @@ class ConnectionHandlersBase: if obj.old_show == obj.new_show and obj.contact.status == \ obj.status and obj.contact.priority == obj.prio: # no change - return + return True else: obj.contact = gajim.contacts.get_first_contact_from_jid(account, jid)