GajimRemote: Fix chatstate-received callback

This commit is contained in:
Philipp Hörist 2018-10-07 13:49:55 +02:00
parent 488f3c55aa
commit c2012d6394
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ class GajimRemote(Server):
self.on_message_sent)
def on_chatstate_received(self, obj):
self.raise_signal('ChatState', (obj.conn.name, [
self.raise_signal('ChatState', (obj.account, [
obj.jid, obj.fjid, obj.stanza, obj.resource, obj.chatstate]))
def on_message_sent(self, obj):