From e48101a6a689ba3a5fb9901ae07fcaf58e96129e Mon Sep 17 00:00:00 2001 From: dasha_uwu Date: Sun, 15 Feb 2026 06:34:41 +0500 Subject: [PATCH] Adverstise support for stable MSC3827, fixes room type search in element web --- src/api/client/versions.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/client/versions.rs b/src/api/client/versions.rs index a8d3f7cb..203d34d0 100644 --- a/src/api/client/versions.rs +++ b/src/api/client/versions.rs @@ -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)