Skip to content
Snippets Groups Projects
Commit adfcfb1b authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix incorrect contact status on tabs

parent 9ba97c4b
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ class ConnectionHandlersBase:
obj.contact_list.append(obj.contact)
obj.contact.resource = resource
obj.need_redraw = True
obj.need_add_in_roster = True
if not app.jid_is_transport(jid) and len(obj.contact_list) == 1:
......
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