From 06f007c3c878f33a41cd1d3f5693dd5a2fc5535b Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Tue, 5 May 2026 11:14:20 +0100 Subject: [PATCH] Fix endpoints handled by DeviceRestServlet and DevicesRestServlet --- docs/workers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workers.md b/docs/workers.md index e51ea7b2f6..3e4e23e500 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -343,7 +343,7 @@ set to `true`), the following endpoints can be handled by the worker: ^/_synapse/admin/v2/users/[^/]+$ ^/_synapse/admin/v1/username_available$ ^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$ - ^/_synapse/admin/v1/users/[^/]+/devices$ + ^/_synapse/admin/v2/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