summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-07-23 13:20:43 +0100
committerErik Johnston <erik@matrix.org>2018-07-23 13:20:43 +0100
commit4fc52b10378b090fcf96747d8a5f2b261c2d3543 (patch)
treedead3d30387e3a8cb8ec1dc4ff5c4c858ae2000a /docs
parentMove PaginationHandler to its own file (diff)
downloadsynapse-4fc52b10378b090fcf96747d8a5f2b261c2d3543.tar.xz
Update docs/workers.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst
index 1d521b9ec5..c5b37c3ded 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -206,6 +206,10 @@ Handles client API endpoints. It can handle REST endpoints matching the
 following regular expressions::
 
     ^/_matrix/client/(api/v1|r0|unstable)/publicRooms$
+    ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/joined_members$
+    ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$
+    ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$
+    ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$
 
 ``synapse.app.user_dir``
 ~~~~~~~~~~~~~~~~~~~~~~~~