mirror of
https://github.com/matrix-org/synapse.git
synced 2025-01-12 19:27:55 +00:00
Add MSC3820opt2
as a known room version (#15678)
This commit is contained in:
parent
179f0f851e
commit
50918c4940
1
changelog.d/15678.misc
Normal file
1
changelog.d/15678.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Implement "option 2" for [MSC3820](https://github.com/matrix-org/matrix-spec-proposals/pull/3820): Room version 11.
|
@ -528,6 +528,7 @@ KNOWN_ROOM_VERSIONS: Dict[str, RoomVersion] = {
|
|||||||
RoomVersions.V10,
|
RoomVersions.V10,
|
||||||
RoomVersions.MSC2716v4,
|
RoomVersions.MSC2716v4,
|
||||||
RoomVersions.MSC3989,
|
RoomVersions.MSC3989,
|
||||||
|
RoomVersions.MSC3820opt2,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user