Put the default room version back

This commit is contained in:
Neil Alexander 2021-11-15 13:57:24 +00:00
parent 5882264dc8
commit 61e14ba3e7
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.RoomVersionV9
return gomatrixserverlib.RoomVersionV6
}
// RoomVersions returns a map of all known room versions to this