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

Pass contact instead of string

Fixes #9529
parent a64d986c
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ class Chatstate:
if not contact.supports(nbxmpp.NS_CHATSTATES):
return None
self.set_active(contact.jid)
self.set_active(contact)
return 'active'
@ensure_enabled
......
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