diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-04-22 13:09:23 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-04-22 13:09:23 +0100 |
commit | 2aa5bf13c80726d7211cf251b837b10708ec456d (patch) | |
tree | 0b1ef558d52b093b7306d8cb3eb2b05a043555c6 /docs | |
parent | Add ability to run replication protocol over redis. (#7040) (diff) | |
parent | Do not treat display names as globs for push rules. (#7271) (diff) | |
download | synapse-2aa5bf13c80726d7211cf251b837b10708ec456d.tar.xz |
Merge branch 'release-v1.12.4' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index 2ce2259b22..cc0b23197f 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -286,6 +286,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: |