From b36c397702b356130f6186cd2395db5a118a2bbb Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 29 Mar 2024 21:31:34 -0400 Subject: [PATCH] mark msc2285 (private read receipts) as supported Signed-off-by: strawberry --- src/api/client_server/unversioned.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/client_server/unversioned.rs b/src/api/client_server/unversioned.rs index 624c9774..43b05d03 100644 --- a/src/api/client_server/unversioned.rs +++ b/src/api/client_server/unversioned.rs @@ -38,7 +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.msc2285.stable".to_owned(), true), ("org.matrix.msc2836".to_owned(), true), ("org.matrix.msc3827".to_owned(), true), ("org.matrix.msc2946".to_owned(), true),