summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-21 11:03:32 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-21 11:03:32 +0100
commit8288218b2938b695b874d24a6ec46192c65b3826 (patch)
treebb17f50cb5d5060374a957143d42fc39ff06d461 /docs/workers.md
parentRevert recent merges of #7289 into matrix-org-hotfixes (diff)
parentSupport GET account_data requests on a worker (#7311) (diff)
downloadsynapse-8288218b2938b695b874d24a6ec46192c65b3826.tar.xz
Merge remote-tracking branch 'origin/release-v1.12.4' into matrix-org-hotfixes
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md

index cf460283d5..cb3b9f8e68 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -268,6 +268,8 @@ Additionally, the following REST endpoints can be handled for GET requests: ^/_matrix/client/(api/v1|r0|unstable)/pushrules/.*$ ^/_matrix/client/(api/v1|r0|unstable)/groups/.*$ + ^/_matrix/client/(api/v1|r0|unstable)/user/[^/]*/account_data/ + ^/_matrix/client/(api/v1|r0|unstable)/user/[^/]*/rooms/[^/]*/account_data/ Additionally, the following REST endpoints can be handled, but all requests must be routed to the same instance: