summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-07-05 13:04:27 +0100
committerGitHub <noreply@github.com>2024-07-05 13:04:27 +0100
commit8e9e6f1a0a98d132ba4e57c394eabc7750aead84 (patch)
tree71c727d7ced1b7588df6cee2015d4514c4b95f5b /docs
parentFinish up work to allow per-user feature flags (#17392) (diff)
downloadsynapse-8e9e6f1a0a98d132ba4e57c394eabc7750aead84.tar.xz
Allow enabling sliding sync per-user (#17393)
Based on #17392
Diffstat (limited to 'docs')
-rw-r--r--docs/admin_api/experimental_features.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/admin_api/experimental_features.md b/docs/admin_api/experimental_features.md
index 250cfc13a3..ef1b58c9ba 100644
--- a/docs/admin_api/experimental_features.md
+++ b/docs/admin_api/experimental_features.md
@@ -4,6 +4,7 @@ This API allows a server administrator to enable or disable some experimental fe
 basis. The currently supported features are:
 - [MSC3881](https://github.com/matrix-org/matrix-spec-proposals/pull/3881): enable remotely toggling push notifications
 for another client
+- [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575): enable experimental sliding sync support
 
 To use it, you will need to authenticate by providing an `access_token`
 for a server admin: see [Admin API](../usage/administration/admin_api/).