summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-04-21 10:46:30 +0100
committerGitHub <noreply@github.com>2020-04-21 10:46:30 +0100
commit974c0d726add8d81aef251946282ad19bae6c365 (patch)
tree775c9b5e04610559abb06e75e681baf7b8d42482 /docs
parentRevert "Query missing cross-signing keys on local sig upload" (diff)
downloadsynapse-974c0d726add8d81aef251946282ad19bae6c365.tar.xz
Support GET account_data requests on a worker (#7311)
Diffstat (limited to 'docs')
-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: