diff options
author | Erik Johnston <erik@matrix.org> | 2017-01-30 14:11:31 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-01-30 14:11:31 +0000 |
commit | 3670025e641e338de14a012a24d0ceb1cade194c (patch) | |
tree | 12662c4133d36045435dd066b8e3ca448f2b2a3b /synapse/replication | |
parent | Remove debug logging (diff) | |
download | synapse-3670025e641e338de14a012a24d0ceb1cade194c.tar.xz |
Rename func
Diffstat (limited to 'synapse/replication')
-rw-r--r-- | synapse/replication/resource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/resource.py b/synapse/replication/resource.py index 36548c5eda..a30e647474 100644 --- a/synapse/replication/resource.py +++ b/synapse/replication/resource.py @@ -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, ( |