Skip to content
Snippets Groups Projects
Unverified Commit 50918c49 authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

Add `MSC3820opt2` as a known room version (#15678)

parent 179f0f85
No related branches found
No related tags found
No related merge requests found
Implement "option 2" for [MSC3820](https://github.com/matrix-org/matrix-spec-proposals/pull/3820): Room version 11.
\ No newline at end of file
......@@ -528,6 +528,7 @@ KNOWN_ROOM_VERSIONS: Dict[str, RoomVersion] = {
RoomVersions.V10,
RoomVersions.MSC2716v4,
RoomVersions.MSC3989,
RoomVersions.MSC3820opt2,
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment