diff --git a/ChangeLog b/ChangeLog index 418f380..4bee51b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ xxxx-xx-xx Maxime “pep” Buquet - get_devices and get_active_devices now return Iterable[int] instead of Iterable[str] * Changes: - fetch_bundle and fetch_device methods are now public + - my_fingerprint doesn't traceback anymore on normal operation * Added: - New fetch_bundles method to fetch all bundles at once Version 0.7.0: diff --git a/slixmpp_omemo/__init__.py b/slixmpp_omemo/__init__.py index 3c6b5d3..bed6c83 100644 --- a/slixmpp_omemo/__init__.py +++ b/slixmpp_omemo/__init__.py @@ -299,7 +299,7 @@ class XEP_0384(BasePlugin): return self._device_id async def my_fingerprint(self) -> str: - bundle = await self._omemo().public_bundle.serialize(self.omemo_backend) + bundle = self._omemo().public_bundle.serialize(self.omemo_backend) return fp_from_ik(bundle['ik']) def _set_node_config(