Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
6b6987c3 by lovetox at 2020-07-06T21:30:53+02:00
MUC: Return message id on invite()
- - - - -
1 changed file:
- nbxmpp/modules/muc.py
Changes:
=====================================
nbxmpp/modules/muc.py
=====================================
@@ -492,7 +492,7 @@ class MUC(BaseModule):
else:
invite = self._build_mediated_invite(
room, to, reason, password, continue_)
- self._client.send_stanza(invite)
+ return self._client.send_stanza(invite)
@staticmethod
def _build_direct_invite(room, to, reason, password, continue_):
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/6b6987c3dbb14963d865008a93f183cbb60174b1
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/6b6987c3dbb14963d865008a93f183cbb60174b1
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