summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-08-07 10:51:35 +0100
committerErik Johnston <erik@matrix.org>2018-08-07 10:51:35 +0100
commitf81f4210869a65d68b256a82171ba8709649b61e (patch)
treec4504afb362c851cb6f7d0b1ac20fddcc80b0164
parentAllow ratelimiting on workers (diff)
downloadsynapse-f81f4210869a65d68b256a82171ba8709649b61e.tar.xz
Update workers.rst with new paths
-rw-r--r--docs/workers.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst

index c5b37c3ded..72c0f289fb 100644 --- a/docs/workers.rst +++ b/docs/workers.rst
@@ -244,6 +244,7 @@ Handles some event creation. It can handle REST endpoints matching:: ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$ ^/_matrix/client/(api/v1|r0|unstable)/join/ + ^/_matrix/client/(api/v1|r0|unstable)/profile/ It will create events locally and then send them on to the main synapse instance to be persisted and handled.