mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 07:46:06 -04:00
Remove support for aggregate room lists
This commit is contained in:
parent
4f181f361d
commit
4131381123
3 changed files with 1 additions and 65 deletions
|
@ -321,7 +321,7 @@ class PublicRoomListRestServlet(ClientV1RestServlet):
|
|||
if server:
|
||||
data = yield handler.get_remote_public_room_list(server)
|
||||
else:
|
||||
data = yield handler.get_aggregated_public_room_list()
|
||||
data = yield handler.get_local_public_room_list()
|
||||
|
||||
defer.returnValue((200, data))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue