mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-28 01:55:19 -04:00
Merge branch 'release-v1.13.0' into develop
This commit is contained in:
commit
62ee862119
14 changed files with 264 additions and 150 deletions
|
@ -536,8 +536,8 @@ class DeviceWorkerStore(SQLBaseStore):
|
|||
|
||||
# Get set of users who *may* have changed. Users not in the returned
|
||||
# list have definitely not changed.
|
||||
to_check = list(
|
||||
self._device_list_stream_cache.get_entities_changed(user_ids, from_key)
|
||||
to_check = self._device_list_stream_cache.get_entities_changed(
|
||||
user_ids, from_key
|
||||
)
|
||||
|
||||
if not to_check:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue