Adverstise support for stable MSC3827, fixes room type search in element web

This commit is contained in:
dasha_uwu
2026-02-15 06:34:41 +05:00
committed by Jason Volk
parent a7989a9906
commit e48101a6a6

View File

@@ -51,7 +51,7 @@ static VERSIONS: [&str; 17] = [
"v1.15", /* custom profile fields */
];
static UNSTABLE_FEATURES: [&str; 17] = [
static UNSTABLE_FEATURES: [&str; 18] = [
"org.matrix.e2e_cross_signing",
// private read receipts (https://github.com/matrix-org/matrix-spec-proposals/pull/2285)
"org.matrix.msc2285.stable",
@@ -71,6 +71,7 @@ static UNSTABLE_FEATURES: [&str; 17] = [
"org.matrix.msc3814",
// filtering of /publicRooms by room type (https://github.com/matrix-org/matrix-spec-proposals/pull/3827)
"org.matrix.msc3827",
"org.matrix.msc3827.stable",
// authenticated media (https://github.com/matrix-org/matrix-spec-proposals/pull/3916)
"org.matrix.msc3916.stable",
// intentional mentions (https://github.com/matrix-org/matrix-spec-proposals/pull/3952)