Return world_readable and guest_can_join in /publicRooms

This commit is contained in:
Daniel Wagner-Hall 2015-11-10 17:10:27 +00:00
parent 466b4ec01d
commit cf437900e0
4 changed files with 71 additions and 29 deletions

View file

@ -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])