Set default room version to v6

This commit is contained in:
Neil Alexander 2020-09-23 15:06:55 +01:00
parent 60524f4b99
commit dc694f5105
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.RoomVersionV5
return gomatrixserverlib.RoomVersionV6
}
// RoomVersions returns a map of all known room versions to this