Philipp Hörist pushed to branch nbxmpp_2.0 at gajim / python-nbxmpp


Commits:
f9b053fe by lovetox at 2021-02-06T17:41:54+01:00
Dispatcher: Pass correct arguments

- - - - -


1 changed file:

- nbxmpp/old_dispatcher.py


Changes:

=====================================
nbxmpp/old_dispatcher.py
=====================================
@@ -555,7 +555,7 @@ class XMPPDispatcher(PlugIn):
             return
 
         own_jid = self._owner.get_bound_jid()
-        properties = get_properties_struct(name)
+        properties = get_properties_struct(name, own_jid)
 
         if name == 'iq':
             if stanza.getFrom() is None and own_jid is not None:



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/f9b053fe4f18cd801ac8576951aca45964bc1378

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/f9b053fe4f18cd801ac8576951aca45964bc1378
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