1
0

Ensure non-federated rooms are not shown for POST /publicRooms

This commit is contained in:
Andrew Morgan
2020-04-29 15:53:22 +01:00
parent 68b310e7d0
commit 677e0c721c

View File

@@ -89,7 +89,11 @@ class RoomListHandler(BaseHandler):
logger.info("Bypassing cache as search request.")
return self._get_public_room_list(
limit, since_token, search_filter, network_tuple=network_tuple
limit,
since_token,
search_filter,
network_tuple=network_tuple,
from_federation=from_federation,
)
key = (limit, since_token, network_tuple)