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

Set default room version to v6 (#1438)

This commit is contained in:
Neil Alexander 2020-09-25 12:59:57 +01:00 committed by GitHub
parent 145db37d89
commit 6275669e65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.RoomVersionV5
return gomatrixserverlib.RoomVersionV6
}
// RoomVersions returns a map of all known room versions to this