Set default room version to v6 (#1438)

main
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
1 changed files with 1 additions and 1 deletions

View File

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