mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 11:52:11 -04:00
Implement room version 6 (MSC2240). (#7506)
This commit is contained in:
parent
02d97fc3ba
commit
08bc80ef09
5 changed files with 14 additions and 41 deletions
|
@ -226,7 +226,7 @@ class EventFromPduTestCase(TestCase):
|
|||
"auth_events": [],
|
||||
"origin_server_ts": 1234,
|
||||
},
|
||||
RoomVersions.STRICT_CANONICALJSON,
|
||||
RoomVersions.V6,
|
||||
)
|
||||
|
||||
self.assertIsInstance(ev, EventBase)
|
||||
|
@ -253,7 +253,7 @@ class EventFromPduTestCase(TestCase):
|
|||
"auth_events": [],
|
||||
"origin_server_ts": 1234,
|
||||
},
|
||||
RoomVersions.STRICT_CANONICALJSON,
|
||||
RoomVersions.V6,
|
||||
)
|
||||
|
||||
def test_invalid_nested(self):
|
||||
|
@ -270,5 +270,5 @@ class EventFromPduTestCase(TestCase):
|
|||
"auth_events": [],
|
||||
"origin_server_ts": 1234,
|
||||
},
|
||||
RoomVersions.STRICT_CANONICALJSON,
|
||||
RoomVersions.V6,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue