mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 11:46:22 -04:00
Rename get_users_whose_devices_changed
This commit is contained in:
parent
508c3ce3d7
commit
806a06daf2
3 changed files with 5 additions and 5 deletions
|
@ -1080,7 +1080,7 @@ class SyncHandler(object):
|
|||
# weren't in the previous sync *or* they left and rejoined.
|
||||
changed = users_who_share_room & set(newly_joined_or_invited_users)
|
||||
|
||||
changed_users = yield self.store.get_user_whose_devices_changed(
|
||||
changed_users = yield self.store.get_users_whose_devices_changed(
|
||||
since_token.device_list_key, users_who_share_room
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue