mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
Temporarily disable room versions 3 and 4 until gmsl is fixed
This commit is contained in:
parent
c25b0ca413
commit
3e0c02d677
|
|
@ -43,11 +43,11 @@ var roomVersions = map[gomatrixserverlib.RoomVersion]RoomVersionDescription{
|
|||
Stable: true,
|
||||
},
|
||||
gomatrixserverlib.RoomVersionV3: RoomVersionDescription{
|
||||
Supported: true,
|
||||
Supported: false,
|
||||
Stable: false,
|
||||
},
|
||||
gomatrixserverlib.RoomVersionV4: RoomVersionDescription{
|
||||
Supported: true,
|
||||
Supported: false,
|
||||
Stable: false,
|
||||
},
|
||||
gomatrixserverlib.RoomVersionV5: RoomVersionDescription{
|
||||
|
|
|
|||
Loading…
Reference in a new issue