From defd7c3bf75bd4dc0c5aaf8e9d27b7ea826e950e Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Tue, 5 May 2026 11:12:38 +0100 Subject: [PATCH] Highlight that some endpoints are only available in experimental MAS config mode --- changelog.d/19752.doc | 1 + docs/workers.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 changelog.d/19752.doc diff --git a/changelog.d/19752.doc b/changelog.d/19752.doc new file mode 100644 index 0000000000..d4457ffc88 --- /dev/null +++ b/changelog.d/19752.doc @@ -0,0 +1 @@ +Improve documentation around endpoints that can be enabled with MSC3861. diff --git a/docs/workers.md b/docs/workers.md index 8d3aad19c6..e51ea7b2f6 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -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)