mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:16:02 -04:00
Rename func
This commit is contained in:
parent
4ac363a168
commit
3670025e64
2 changed files with 2 additions and 2 deletions
|
@ -506,7 +506,7 @@ class ReplicationResource(Resource):
|
|||
device_lists = request_streams.get("device_lists")
|
||||
|
||||
if device_lists is not None and device_lists != current_position:
|
||||
changes = yield self.store.get_users_and_hosts_device_list_changes(
|
||||
changes = yield self.store.get_all_device_list_changes_for_remotes(
|
||||
device_lists,
|
||||
)
|
||||
writer.write_header_and_rows("device_lists", changes, (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue