mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
chore(/versions): declare support for matrix <= v1.12
this is required for Element-* to actually use the authenticated media endpoints
This commit is contained in:
parent
a5a8f6c3c1
commit
1fc82477c5
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@ pub async fn get_supported_versions_route(
|
|||
"v1.3".to_owned(),
|
||||
"v1.4".to_owned(),
|
||||
"v1.5".to_owned(),
|
||||
"v1.6".to_owned(),
|
||||
"v1.7".to_owned(),
|
||||
"v1.8".to_owned(),
|
||||
"v1.9".to_owned(),
|
||||
"v1.10".to_owned(),
|
||||
"v1.11".to_owned(), // Needed for Element-* to use authenticated media endpoints
|
||||
"v1.12".to_owned(), // Clarifies that guests can use auth media, which Element-* might depend on support being declared
|
||||
],
|
||||
unstable_features: BTreeMap::from_iter([
|
||||
("org.matrix.e2e_cross_signing".to_owned(), true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue