mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 21:34:57 -04:00
Add forgotten status to Room Details API (#13503)
This commit is contained in:
parent
c6ee9c0ee4
commit
d75512d19e
6 changed files with 101 additions and 1 deletions
|
@ -1633,6 +1633,7 @@ class RoomTestCase(unittest.HomeserverTestCase):
|
|||
self.assertIn("history_visibility", channel.json_body)
|
||||
self.assertIn("state_events", channel.json_body)
|
||||
self.assertIn("room_type", channel.json_body)
|
||||
self.assertIn("forgotten", channel.json_body)
|
||||
self.assertEqual(room_id_1, channel.json_body["room_id"])
|
||||
|
||||
def test_single_room_devices(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue