diff options
author | Erik Johnston <erik@matrix.org> | 2018-08-07 10:51:35 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-08-07 10:51:35 +0100 |
commit | f81f4210869a65d68b256a82171ba8709649b61e (patch) | |
tree | c4504afb362c851cb6f7d0b1ac20fddcc80b0164 /docs | |
parent | Allow ratelimiting on workers (diff) | |
download | synapse-f81f4210869a65d68b256a82171ba8709649b61e.tar.xz |
Update workers.rst with new paths
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.rst | 1 |
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. |