Philipp Hörist pushed to branch master at gajim / gajim

Commits:
99972dac by Philipp Hörist at 2018-10-07T11:49:55Z
GajimRemote: Fix chatstate-received callback

- - - - -


1 changed file:

- gajim/remote_control.py


Changes:

=====================================
gajim/remote_control.py
=====================================
@@ -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):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/99972dacf785ba5903e8385e235ec0d3a943b725

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/99972dacf785ba5903e8385e235ec0d3a943b725
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to