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