Skip to content
Snippets Groups Projects
Commit 3d39c36c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

ignore presences when nothing changed (status, status message, prio). Fixes #7210

parent 498bcb6c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment