feat: Mark v12 as stable
This commit is contained in:
parent
8fd15f26ce
commit
bf91ce5c7f
1 changed files with 2 additions and 1 deletions
|
|
@ -14,11 +14,12 @@ pub const STABLE_ROOM_VERSIONS: &[RoomVersionId] = &[
|
|||
RoomVersionId::V9,
|
||||
RoomVersionId::V10,
|
||||
RoomVersionId::V11,
|
||||
RoomVersionId::V12,
|
||||
];
|
||||
|
||||
/// Experimental, partially supported room versions
|
||||
pub const UNSTABLE_ROOM_VERSIONS: &[RoomVersionId] =
|
||||
&[RoomVersionId::V3, RoomVersionId::V4, RoomVersionId::V5, RoomVersionId::V12];
|
||||
&[RoomVersionId::V3, RoomVersionId::V4, RoomVersionId::V5];
|
||||
|
||||
type RoomVersion = (RoomVersionId, RoomVersionStability);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue