Fix incorrect contact status on tabs
This commit is contained in:
parent
9ba97c4be3
commit
adfcfb1bc4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue