Philipp Hörist pushed to branch master at gajim / gajim
Commits:
3f8483c3 by Philipp Hörist at 2023-05-14T17:28:15+02:00
cfix: OMEMO: Remove JID from correct list after devicelist update
- - - - -
1 changed file:
- gajim/common/modules/omemo.py
Changes:
=====================================
gajim/common/modules/omemo.py
=====================================
@@ -634,8 +634,8 @@ def _process_devicelist_update(self,
# 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():
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3f8483c3b2a87a64610970fb74f2c747df818f79
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3f8483c3b2a87a64610970fb74f2c747df818f79
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits