Fix incorrect contact status on tabs

This commit is contained in:
Philipp Hörist 2018-11-13 23:47:54 +01:00
parent 9ba97c4be3
commit adfcfb1bc4
1 changed files with 1 additions and 0 deletions

View File

@ -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: