Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add note in docs/workers.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Feb 7, 2018
1 parent 50fe92c commit f133228
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/workers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,14 @@ the ``worker_main_http_uri`` setting in the frontend_proxy worker configuration
file. For example::

worker_main_http_uri: http://127.0.0.1:8008


``synapse.app.event_creator``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Handles non-state event creation. It can handle REST endpoints matching:

^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send

It will create events locally and then send them on to the main synapse
instance to be persisted and handled.

0 comments on commit f133228

Please sign in to comment.