mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-16 00:23:50 -05:00
Prevent showing non-fed rooms in fed /publicRooms
This commit is contained in:
parent
907e6da5be
commit
7a4632af9c
3 changed files with 54 additions and 17 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