summary refs log tree commit diff
path: root/synapse/handlers/room_list.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-03-13 13:26:52 +0000
committerErik Johnston <erik@matrix.org>2018-03-13 13:26:52 +0000
commitcb9f8e527c09315eea05955ec970154ea2fb9729 (patch)
treef3dc781f601bb485db3fd244e0dab1d817ae37d8 /synapse/handlers/room_list.py
parents/replication_server/federation_server (diff)
downloadsynapse-cb9f8e527c09315eea05955ec970154ea2fb9729.tar.xz
s/replication_client/federation_client/
Diffstat (limited to 'synapse/handlers/room_list.py')
-rw-r--r--synapse/handlers/room_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room_list.py b/synapse/handlers/room_list.py
index f79bd8902f..5d81f59b44 100644
--- a/synapse/handlers/room_list.py
+++ b/synapse/handlers/room_list.py
@@ -409,7 +409,7 @@ class RoomListHandler(BaseHandler):
     def _get_remote_list_cached(self, server_name, limit=None, since_token=None,
                                 search_filter=None, include_all_networks=False,
                                 third_party_instance_id=None,):
-        repl_layer = self.hs.get_replication_client()
+        repl_layer = self.hs.get_federation_client()
         if search_filter:
             # We can't cache when asking for search
             return repl_layer.get_public_rooms(