mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-18 20:20:09 +00:00
declare 1.5 support
This commit is contained in:
parent
ca6219723b
commit
835f4ad8cf
@ -26,6 +26,7 @@ pub async fn get_supported_versions_route(
|
||||
"v1.2".to_owned(),
|
||||
"v1.3".to_owned(),
|
||||
"v1.4".to_owned(),
|
||||
"v1.5".to_owned(),
|
||||
],
|
||||
unstable_features: BTreeMap::from_iter([("org.matrix.e2e_cross_signing".to_owned(), true)]),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user