mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 17:56:04 -04:00
Return world_readable and guest_can_join in /publicRooms
This commit is contained in:
parent
466b4ec01d
commit
cf437900e0
4 changed files with 71 additions and 29 deletions
|
@ -73,6 +73,8 @@ class RoomStoreTestCase(unittest.TestCase):
|
|||
"room_id": self.room.to_string(),
|
||||
"topic": None,
|
||||
"aliases": [self.alias.to_string()],
|
||||
"world_readable": False,
|
||||
"guest_can_join": False,
|
||||
}, rooms[0])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue