Fix missing parameters
This commit is contained in:
parent
5051c60262
commit
8955ece461
@ -50,7 +50,7 @@ class XEP_0461(BasePlugin):
|
|||||||
:param msg_kwargs: Additional message parameters
|
:param msg_kwargs: Additional message parameters
|
||||||
"""
|
"""
|
||||||
|
|
||||||
msg = self.xmpp.make_message(**msg_kwargs)
|
msg = self.xmpp.make_message(mto=reply_to, **msg_kwargs)
|
||||||
msg["reply"]["to"] = reply_to
|
msg["reply"]["to"] = reply_to
|
||||||
msg["reply"]["id"] = reply_id
|
msg["reply"]["id"] = reply_id
|
||||||
if fallback:
|
if fallback:
|
||||||
|
Loading…
Reference in New Issue
Block a user