Pass the correct variable to public_bundle.serialize
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
3580b3941b
commit
de1ecb730a
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class XEP_0384(BasePlugin):
|
|||
return self._device_id
|
||||
|
||||
def _generate_bundle_iq(self) -> Iq:
|
||||
bundle = self._omemo.public_bundle.serialize(self._omemo)
|
||||
bundle = self._omemo.public_bundle.serialize(self.omemo_backend)
|
||||
|
||||
iq = self.xmpp.Iq(stype='set')
|
||||
publish = iq['pubsub']['publish']
|
||||
|
|
Loading…
Reference in a new issue