We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173692e commit da929f8Copy full SHA for da929f8
omemo/session_manager.py
@@ -2189,8 +2189,8 @@ async def handle_key_exchange(
2189
if num_visible_pre_keys <= self.__pre_key_refill_threshold:
2190
logging.getLogger(SessionManager.LOG_TAG).debug("Refilling pre keys.")
2191
await backend.generate_pre_keys(100 - num_visible_pre_keys)
2192
- bundle = await backend.get_bundle(self.__own_bare_jid, self.__own_device_id)
2193
+ bundle = await backend.get_bundle(self.__own_bare_jid, self.__own_device_id)
2194
await self._upload_bundle(bundle)
2195
2196
# Send an empty message if necessary to avoid staleness and to "complete" the handshake in case this
0 commit comments