encryptRatchetForwardingMessage: missing device_id param
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f00580e268
commit
a6ce12c0b3
1 changed files with 1 additions and 0 deletions
|
@ -775,6 +775,7 @@ class XEP_0384(BasePlugin):
|
|||
raise ErroneousParameter
|
||||
encrypted = await self._omemo().encryptRatchetForwardingMessage(
|
||||
bare_jid=barejids[0],
|
||||
device_id=_device_id,
|
||||
bundle=None,
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue