Skip to content
Snippets Groups Projects
Commit 5632144a authored by dkirov's avatar dkirov
Browse files

fix #2446

parent ab4ecb5e
No related branches found
No related tags found
No related merge requests found
......@@ -551,7 +551,7 @@ class Interface:
chat_control = self.msg_win_mgr.get_control(jid, account)
# Handle chat states
contact = gajim.contacts.get_contact(account, jid, resource)
contact = gajim.contacts.get_contact(account, jid)
if contact and isinstance(contact, list):
contact = contact[0]
if 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