mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 23:23:10 -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
|
||||
// default, be used to create new rooms on this server.
|
||||
func DefaultRoomVersion() gomatrixserverlib.RoomVersion {
|
||||
//return gomatrixserverlib.RoomVersionV10
|
||||
return gomatrixserverlib.RoomVersionPseudoIDs
|
||||
return gomatrixserverlib.RoomVersionV10
|
||||
}
|
||||
|
||||
// RoomVersions returns a map of all known room versions to this
|
||||
|
|
|
|||
Loading…
Reference in a new issue