Add MSC3820opt2 as a known room version (#15678)

This commit is contained in:
Travis Ralston 2023-05-26 12:05:24 -06:00 committed by GitHub
parent 179f0f851e
commit 50918c4940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/15678.misc Normal file
View File

@ -0,0 +1 @@
Implement "option 2" for [MSC3820](https://github.com/matrix-org/matrix-spec-proposals/pull/3820): Room version 11.

View File

@ -528,6 +528,7 @@ KNOWN_ROOM_VERSIONS: Dict[str, RoomVersion] = {
RoomVersions.V10,
RoomVersions.MSC2716v4,
RoomVersions.MSC3989,
RoomVersions.MSC3820opt2,
)
}