mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 11:10:00 -04:00
Add the topic and avatar to the room details admin API (#8305)
This commit is contained in:
parent
6605470bfb
commit
b82d68c0bd
4 changed files with 9 additions and 1 deletions
|
@ -1174,6 +1174,8 @@ class RoomTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
self.assertIn("room_id", channel.json_body)
|
||||
self.assertIn("name", channel.json_body)
|
||||
self.assertIn("topic", channel.json_body)
|
||||
self.assertIn("avatar", channel.json_body)
|
||||
self.assertIn("canonical_alias", channel.json_body)
|
||||
self.assertIn("joined_members", channel.json_body)
|
||||
self.assertIn("joined_local_members", channel.json_body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue