Merge branch 'conduit/declare-1.5-support' into 'next'
declare 1.5 support See merge request famedly/conduit!568
This commit is contained in:
commit
2475995102
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue