Highlight that some endpoints are only available in experimental MAS config mode

This commit is contained in:
Ben Banfield-Zanin
2026-05-05 11:12:38 +01:00
parent 6100f6e4f7
commit defd7c3bf7
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Improve documentation around endpoints that can be enabled with MSC3861.
+4
View File
@@ -345,6 +345,10 @@ set to `true`), the following endpoints can be handled by the worker:
^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$
^/_synapse/admin/v1/users/[^/]+/devices$
Do note that these endpoints can't be handled by workers if the stabilised delegated
authentication support is enabled (`matrix_authentication_service.enabled` set to
`true`).
Note that a [HTTP listener](usage/configuration/config_documentation.md#listeners)
with `client` and `federation` `resources` must be configured in the
[`worker_listeners`](usage/configuration/config_documentation.md#worker_listeners)