diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index 805c5a468d047b22c28fb605adfb81d3d0941ee5..fc9006ba22b1dc04888b1e29e8577f7a86202bc0 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)