Skip to content

Commit

Permalink
Document the additional routes for the event_creator worker
Browse files Browse the repository at this point in the history
Fixes matrix-org#3018

Signed-off-by: Travis Ralston <[email protected]>
  • Loading branch information
turt2live committed Apr 4, 2018
1 parent 301b339 commit 204fc98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/workers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,11 @@ file. For example::
``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/.*/(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
instance to be persisted and handled.

0 comments on commit 204fc98

Please sign in to comment.