mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-07-11 16:19:57 +00:00
feat: Set MSC4484 unstable feature flag
This commit is contained in:
@@ -41,5 +41,7 @@ pub fn unstable_features() -> BTreeMap<String, bool> {
|
||||
("org.matrix.msc4155".to_owned(), true),
|
||||
// profile change propagation (https://github.com/matrix-org/matrix-spec-proposals/pull/4466)
|
||||
("computer.gingershaped.msc4466".to_owned(), true),
|
||||
// server admin oauth scope (https://github.com/matrix-org/matrix-spec-proposals/pull/4484)
|
||||
("org.continuwuity.msc4484.unstable".to_owned(), true),
|
||||
])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user