Skip to content
Snippets Groups Projects
Commit 204fc985 authored by Travis Ralston's avatar Travis Ralston
Browse files

Document the additional routes for the event_creator worker

parent 301b3394
No related branches found
No related tags found
No related merge requests found
...@@ -235,9 +235,11 @@ file. For example:: ...@@ -235,9 +235,11 @@ file. For example::
``synapse.app.event_creator`` ``synapse.app.event_creator``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Handles non-state event creation. It can handle REST endpoints matching: 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/.*/send
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$
^/_matrix/client/(api/v1|r0|unstable)/join/
It will create events locally and then send them on to the main synapse It will create events locally and then send them on to the main synapse
instance to be persisted and handled. instance to be persisted and handled.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment