encryptRatchetForwarding doesn't have an expect_problems parameter anymore
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
3e92fc0516
commit
05e6ff3b8e
1 changed files with 0 additions and 1 deletions
|
@ -776,7 +776,6 @@ class XEP_0384(BasePlugin):
|
|||
encrypted = await self._omemo().encryptRatchetForwardingMessage(
|
||||
bare_jid=barejids[0],
|
||||
bundle=None,
|
||||
expect_problems=expect_problems,
|
||||
)
|
||||
else:
|
||||
encrypted = await self._omemo().encryptKeyTransportMessage(
|
||||
|
|
Loading…
Reference in a new issue