Don't restrict non-fed rooms over client APIs

This commit is contained in:
Andrew Morgan 2019-02-22 15:43:11 +00:00 committed by Erik Johnston
parent e4b078a600
commit bd398b874e
3 changed files with 22 additions and 14 deletions

View file

@ -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))