feat: WIP relationships and threads

This commit is contained in:
Timo Kösters
2023-06-25 19:31:40 +02:00
parent def079267d
commit c7e0ea525a
28 changed files with 766 additions and 340 deletions

View File

@@ -23,6 +23,8 @@ pub async fn get_supported_versions_route(
"r0.6.0".to_owned(),
"v1.1".to_owned(),
"v1.2".to_owned(),
"v1.3".to_owned(),
"v1.4".to_owned(),
],
unstable_features: BTreeMap::from_iter([("org.matrix.e2e_cross_signing".to_owned(), true)]),
};