Skip to content
Snippets Groups Projects
Verified Commit 3f8483c3 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

cfix: OMEMO: Remove JID from correct list after devicelist update

parent 16618479
No related branches found
No related tags found
No related merge requests found
......@@ -634,8 +634,8 @@ class OMEMO(BaseModule):
# Pass a copy, we need the full list for potential set_devicelist()
self.backend.update_devicelist(jid, list(devicelist))
if jid in self._query_for_bundles:
self._query_for_bundles.remove(jid)
if jid in self._query_for_devicelists:
self._query_for_devicelists.remove(jid)
if own_devices:
if not self.backend.is_our_device_published():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment