Basic, un-cached support for secondary_directory_servers

This commit is contained in:
David Baker 2016-05-31 17:20:07 +01:00
parent 70ecb415f5
commit d240796ded
5 changed files with 68 additions and 3 deletions

View file

@ -527,7 +527,7 @@ class PublicRoomList(BaseFederationServlet):
@defer.inlineCallbacks
def on_GET(self, request):
data = yield self.room_list_handler.get_public_room_list()
data = yield self.room_list_handler.get_local_public_room_list()
defer.returnValue((200, data))
# Avoid doing remote HS authorization checks which are done by default by