mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove default public rooms limit
This commit is contained in:
parent
b82fa849c8
commit
68c1ed4d1a
@ -319,7 +319,7 @@ class PublicRoomListRestServlet(ClientV1RestServlet):
|
||||
else:
|
||||
pass
|
||||
|
||||
limit = parse_integer(request, "limit", 100)
|
||||
limit = parse_integer(request, "limit", 0)
|
||||
since_token = parse_string(request, "since", None)
|
||||
|
||||
handler = self.hs.get_room_list_handler()
|
||||
|
Loading…
Reference in New Issue
Block a user