summary refs log tree commit diff
path: root/docs/workers.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-02-19 13:24:37 +0000
committerErik Johnston <erik@matrix.org>2019-02-19 13:24:37 +0000
commit0e07d2c7d5582be28771711b79d6a18317291af4 (patch)
treee2624194af13cc82a27f636180ff3549168a35c5 /docs/workers.rst
parentRevert "Merge pull request #4654 from matrix-org/hawkowl/registration-worker" (diff)
parentMerge pull request #4671 from matrix-org/erikj/state_cache_invalidation (diff)
downloadsynapse-0e07d2c7d5582be28771711b79d6a18317291af4.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'docs/workers.rst')
-rw-r--r--docs/workers.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst

index dd3a84ba0d..3ba5879f76 100644 --- a/docs/workers.rst +++ b/docs/workers.rst
@@ -222,6 +222,13 @@ following regular expressions:: ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$ + ^/_matrix/client/(api/v1|r0|unstable)/login$ + +Additionally, the following REST endpoints can be handled, but all requests must +be routed to the same instance:: + + ^/_matrix/client/(r0|unstable)/register$ + ``synapse.app.user_dir`` ~~~~~~~~~~~~~~~~~~~~~~~~