mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-03 09:41:46 -04:00
Revert "Prevent showing non-fed rooms in fed /publicRooms"
This commit is contained in:
parent
a1a6473293
commit
c74624a633
4 changed files with 17 additions and 70 deletions
|
@ -736,8 +736,7 @@ class PublicRoomList(BaseFederationServlet):
|
|||
|
||||
data = yield self.handler.get_local_public_room_list(
|
||||
limit, since_token,
|
||||
network_tuple=network_tuple,
|
||||
from_federation=True,
|
||||
network_tuple=network_tuple
|
||||
)
|
||||
defer.returnValue((200, data))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue