0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-20 06:13:48 +02:00

Set default room version to 9

This commit is contained in:
Neil Alexander 2022-08-11 16:31:44 +01:00
parent 25ad40f5e5
commit 371336c6b5
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -23,7 +23,7 @@ import (
// DefaultRoomVersion contains the room version that will, by
// default, be used to create new rooms on this server.
func DefaultRoomVersion() gomatrixserverlib.RoomVersion {
return gomatrixserverlib.RoomVersionV6
return gomatrixserverlib.RoomVersionV9
}
// RoomVersions returns a map of all known room versions to this