summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-04-15 17:13:16 +0100
committerErik Johnston <erik@matrix.org>2019-04-15 17:21:03 +0100
commitd5adf297e6d6688d9410e39d7d90a0f9f01173eb (patch)
treee1cc354711c5d3a7758327dab423da3a32245b23 /docs
parentClean up the database pagination code (#5007) (diff)
downloadsynapse-d5adf297e6d6688d9410e39d7d90a0f9f01173eb.tar.xz
Move some rest endpoints to client reader
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst
index d80fc04d2e..d9d545610b 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -227,6 +227,9 @@ following regular expressions::
     ^/_matrix/client/(api/v1|r0|unstable)/account/3pid$
     ^/_matrix/client/(api/v1|r0|unstable)/keys/query$
     ^/_matrix/client/(api/v1|r0|unstable)/keys/changes$
+    ^/_matrix/client/versions$
+    ^/_matrix/client/(api/v1|r0|unstable)/voip/turnServer$
+    ^/_matrix/client/(api/v1|r0|unstable)/pushrules/.*$
 
 Additionally, the following REST endpoints can be handled, but all requests must
 be routed to the same instance::