From 7f7bd91e8a8fc122c10020821d0e51905ff5110b Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 18 Mar 2024 20:29:10 -0400 Subject: [PATCH] add comment for future org.matrix.msc2285.stable Signed-off-by: strawberry --- src/api/client_server/unversioned.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/client_server/unversioned.rs b/src/api/client_server/unversioned.rs index af911fd9..523983a4 100644 --- a/src/api/client_server/unversioned.rs +++ b/src/api/client_server/unversioned.rs @@ -38,6 +38,7 @@ pub async fn get_supported_versions_route( ], unstable_features: BTreeMap::from_iter([ ("org.matrix.e2e_cross_signing".to_owned(), true), + //("org.matrix.msc2285.stable".to_owned(), true), ("org.matrix.msc2836".to_owned(), true), ("org.matrix.msc3827".to_owned(), true), ("org.matrix.msc2946".to_owned(), true),