diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-04 18:09:06 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-04 18:30:01 +0000 |
commit | bfa7d46a107d4a3eb55701c42fe75290688f4e30 (patch) | |
tree | c4dff7fc37e9029e48acea43e2841ac3a7f73279 /docs | |
parent | Split DeviceHandler into master and worker (diff) | |
download | synapse-bfa7d46a107d4a3eb55701c42fe75290688f4e30.tar.xz |
Allow /keys/{changes,query} API to run on worker
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.rst | 2 |
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:: |