mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-10-21 22:46:03 -04:00
Don't restrict non-fed rooms over client APIs
This commit is contained in:
parent
e4b078a600
commit
bd398b874e
3 changed files with 22 additions and 14 deletions
|
@ -697,7 +697,8 @@ class PublicRoomList(BaseFederationServlet):
|
|||
|
||||
data = yield self.handler.get_local_public_room_list(
|
||||
limit, since_token,
|
||||
network_tuple=network_tuple
|
||||
network_tuple=network_tuple,
|
||||
from_federation=True,
|
||||
)
|
||||
defer.returnValue((200, data))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue