Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 25cb65a

Browse files
FSG-CatS7evinKkegsay
authored
Change Default Room version to 10 (#2933)
This PR implements [MSC3904](matrix-org/matrix-spec-proposals#3904). This PR is almost identical to #2781 but this PR is also filed well technically 1 day before the MSC passes FCP but well everyone knows this MSC is expected to have passed FCP on monday so im refiling this change today on saturday as i was doing prep work for monday. I assume that this PR wont be counted as clogging the queue since by the next time i expect to be a work day for this project this PR will be implementing an FCP passed disposition merge MSC. Also as for the lack of tests i belive that this simple change does not need to pass new tests due to that these tests are expected to already have been passed by the successful use of Dendrite with Room version 10 already. ### Pull Request Checklist * [X] I have added tests for PR _or_ I have justified why this PR doesn't need tests. * [X] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/main/docs/CONTRIBUTING.md#sign-off) Signed-off-by: Catalan Lover <[email protected]> Co-authored-by: Till <[email protected]> Co-authored-by: kegsay <[email protected]>
1 parent caf310f commit 25cb65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roomserver/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
// DefaultRoomVersion contains the room version that will, by
2424
// default, be used to create new rooms on this server.
2525
func DefaultRoomVersion() gomatrixserverlib.RoomVersion {
26-
return gomatrixserverlib.RoomVersionV9
26+
return gomatrixserverlib.RoomVersionV10
2727
}
2828

2929
// RoomVersions returns a map of all known room versions to this

0 commit comments

Comments
 (0)