summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-03-05 09:06:25 +0000
committerGitHub <noreply@github.com>2019-03-05 09:06:25 +0000
commitc3c542bb4a8b62a765792218e982a293e7abf3b7 (patch)
tree6ee996e4b630284dc271ba28d48a735c5974fc7e /docs
parentMerge pull request #4798 from matrix-org/rav/rr_debug (diff)
parentNewsfile (diff)
downloadsynapse-c3c542bb4a8b62a765792218e982a293e7abf3b7.tar.xz
Merge pull request #4796 from matrix-org/erikj/factor_out_e2e_keys
 Allow /keys/{changes,query} API to run on worker
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst

index 3c18db1b19..d80fc04d2e 100644 --- a/docs/workers.rst +++ b/docs/workers.rst
@@ -225,6 +225,8 @@ following regular expressions:: ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$ ^/_matrix/client/(api/v1|r0|unstable)/login$ ^/_matrix/client/(api/v1|r0|unstable)/account/3pid$ + ^/_matrix/client/(api/v1|r0|unstable)/keys/query$ + ^/_matrix/client/(api/v1|r0|unstable)/keys/changes$ Additionally, the following REST endpoints can be handled, but all requests must be routed to the same instance::