Move RoomVersionId::V7 out of unstable-pre-spec

Matrix v1.1 stabilized room version 7.
This commit is contained in:
Jonas Platte
2021-12-14 13:58:58 +01:00
parent d3679c1902
commit 57cbe491f0
2 changed files with 0 additions and 6 deletions

View File

@@ -98,7 +98,6 @@ impl RoomVersion {
..Self::V5
};
#[cfg(feature = "unstable-pre-spec")]
pub const V7: Self = Self {
// FIXME: once room version 7 is stabilized move this to version 8
disposition: RoomDisposition::Unstable,
@@ -120,7 +119,6 @@ impl RoomVersion {
RoomVersionId::V4 => Self::V4,
RoomVersionId::V5 => Self::V5,
RoomVersionId::V6 => Self::V6,
#[cfg(feature = "unstable-pre-spec")]
RoomVersionId::V7 => Self::V7,
#[cfg(feature = "unstable-pre-spec")]
RoomVersionId::V8 => Self::V8,