summary refs log tree commit diff
path: root/docs/workers.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-02-18 15:25:44 +0000
committerErik Johnston <erik@matrix.org>2019-02-18 15:26:13 +0000
commit8b9ae6d3a665e861072ee92bba38dd44a13d9f54 (patch)
tree661fdcbf660a24ab9c9b7be3cf02aa639241a6bb /docs/workers.rst
parentUpdate changelog.d/4666.feature (diff)
downloadsynapse-8b9ae6d3a665e861072ee92bba38dd44a13d9f54.tar.xz
Update docs
Diffstat (limited to 'docs/workers.rst')
-rw-r--r--docs/workers.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst

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