feat(sync): v4 -> v5

This commit is contained in:
Matthias Ahouansou
2025-05-07 21:36:57 +01:00
parent 215198d1c0
commit ec2c61e277
6 changed files with 66 additions and 128 deletions

View File

@@ -30,6 +30,7 @@ pub async fn get_supported_versions_route(
unstable_features: BTreeMap::from_iter([
("org.matrix.e2e_cross_signing".to_owned(), true),
("org.matrix.msc3916.stable".to_owned(), true),
("org.matrix.simplified_msc3575".to_owned(), true),
]),
};