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

prevent TB, call set_active() with jid without resource if we open window without resource

parent f6565b57
No related branches found
No related tags found
No related merge requests found
......@@ -1763,6 +1763,7 @@ class Interface:
account, jid)
if resource and highest_contact.resource == resource:
resource = None
fjid = jid
contact = gajim.contacts.get_contact(account, jid, resource)
if not contact or isinstance(contact, list):
contact = highest_contact
......
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