mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-10 15:43:09 -06:00
Back out change to default room version
This commit is contained in:
parent
c1a7997855
commit
178f53e752
|
|
@ -23,8 +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.RoomVersionV10
|
return gomatrixserverlib.RoomVersionV10
|
||||||
return gomatrixserverlib.RoomVersionPseudoIDs
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// RoomVersions returns a map of all known room versions to this
|
// RoomVersions returns a map of all known room versions to this
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue