Enable v5 roooms

This commit is contained in:
Neil Alexander 2020-04-29 15:43:22 +01:00
parent 458b364781
commit 8f37fd696a

View file

@ -51,7 +51,7 @@ var roomVersions = map[gomatrixserverlib.RoomVersion]RoomVersionDescription{
Stable: true,
},
gomatrixserverlib.RoomVersionV5: RoomVersionDescription{
Supported: false,
Supported: true,
Stable: false,
},
}