Back out change to default room version

This commit is contained in:
Devon Hudson 2023-07-05 16:07:39 -06:00
parent c1a7997855
commit 178f53e752
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -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