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

Commits:
9e3e6f80 by Philipp Hörist at 2018-08-19T14:43:59Z
Add JID to VcardReceivedEvent

- - - - -


1 changed file:

- gajim/common/modules/vcard_temp.py


Changes:

=====================================
gajim/common/modules/vcard_temp.py
=====================================
--- a/gajim/common/modules/vcard_temp.py
+++ b/gajim/common/modules/vcard_temp.py
@@ -218,7 +218,9 @@ class VCardTemp:
                 app.nicks[self._account] = vcard['FN']
 
         app.nec.push_incoming_event(
-            VcardReceivedEvent(None, conn=self._con, vcard_dict=vcard))
+            VcardReceivedEvent(None, conn=self._con,
+                               vcard_dict=vcard,
+                               jid=jid))
 
         callback(jid, resource, room, vcard, expected_sha)
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/9e3e6f80bbec6cc2437c9a558cbc23b58b6afb2b

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

Reply via email to