summary refs log tree commit diff
path: root/docs/admin_api
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-05-02 14:21:36 -0700
committerGitHub <noreply@github.com>2023-05-02 14:21:36 -0700
commit0e8aa2a1b28dfce374294450a015d18884c89d36 (patch)
treea180bdb8000d9849832718571fd99f8601e63614 /docs/admin_api
parentAllow adding random delay to push (#15516) (diff)
downloadsynapse-0e8aa2a1b28dfce374294450a015d18884c89d36.tar.xz
Remove references to supporting per-user flag for msc2654 (#15522)
Diffstat (limited to 'docs/admin_api')
-rw-r--r--docs/admin_api/experimental_features.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/admin_api/experimental_features.md b/docs/admin_api/experimental_features.md

index c1aebe4b01..07b630915d 100644 --- a/docs/admin_api/experimental_features.md +++ b/docs/admin_api/experimental_features.md
@@ -1,10 +1,12 @@ # Experimental Features API This API allows a server administrator to enable or disable some experimental features on a per-user -basis. Currently supported features are [msc3026](https://github.com/matrix-org/matrix-spec-proposals/pull/3026): busy -presence state enabled, [msc2654](https://github.com/matrix-org/matrix-spec-proposals/pull/2654): enable unread counts, -[msc3881](https://github.com/matrix-org/matrix-spec-proposals/pull/3881): enable remotely toggling push notifications -for another client, and [msc3967](https://github.com/matrix-org/matrix-spec-proposals/pull/3967): do not require +basis. The currently supported features are: +- [MSC3026](https://github.com/matrix-org/matrix-spec-proposals/pull/3026): busy +presence state enabled +- [MSC3881](https://github.com/matrix-org/matrix-spec-proposals/pull/3881): enable remotely toggling push notifications +for another client +- [MSC3967](https://github.com/matrix-org/matrix-spec-proposals/pull/3967): do not require UIA when first uploading cross-signing keys. @@ -19,7 +21,7 @@ provide a body containing the user id and listing the features to enable/disable { "features": { "msc3026":true, - "msc2654":true + "msc3881":true } } ``` @@ -46,7 +48,6 @@ user like so: { "features": { "msc3026": true, - "msc2654": true, "msc3881": false, "msc3967": false }