Update versions

This commit is contained in:
Neil Alexander 2020-04-06 09:36:54 +01:00
parent 3e22687842
commit b861cea87c

View file

@ -44,11 +44,11 @@ var roomVersions = map[gomatrixserverlib.RoomVersion]RoomVersionDescription{
},
gomatrixserverlib.RoomVersionV3: RoomVersionDescription{
Supported: true,
Stable: false,
Stable: true,
},
gomatrixserverlib.RoomVersionV4: RoomVersionDescription{
Supported: true,
Stable: false,
Stable: true,
},
gomatrixserverlib.RoomVersionV5: RoomVersionDescription{
Supported: false,