mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-04 02:04:12 -04:00
Split public rooms directory auth config in two
This commit is contained in:
parent
c3c6b00d95
commit
bfe84e051e
6 changed files with 49 additions and 20 deletions
|
@ -920,7 +920,7 @@ class PublicRoomsRestrictedTestCase(unittest.HomeserverTestCase):
|
|||
self.url = b"/_matrix/client/r0/publicRooms"
|
||||
|
||||
config = self.default_config()
|
||||
config["restrict_public_rooms_to_local_users"] = True
|
||||
config["allow_public_rooms_without_auth"] = False
|
||||
self.hs = self.setup_test_homeserver(config=config)
|
||||
|
||||
return self.hs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue