1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-31 18:31:00 +00:00

feat(sync): v4 -> v5

This commit is contained in:
Matthias Ahouansou 2025-05-07 21:36:57 +01:00
parent 215198d1c0
commit ec2c61e277
No known key found for this signature in database
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),
]),
};