diff options
author | Travis Ralston <travpc@gmail.com> | 2018-03-14 11:09:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 11:09:08 -0600 |
commit | c33c1ceddd5da8195b38059dce31255209075ba2 (patch) | |
tree | eacd3a89441e410c8d76ba5699708e3a706d0bb2 /docs | |
parent | Merge pull request #2995 from matrix-org/erikj/enable_membership_worker (diff) | |
download | synapse-c33c1ceddd5da8195b38059dce31255209075ba2.tar.xz |
OCD: Make the event_creator routes regex a code block
All the others are code blocks, so this one should be to (currently it is a blockquote). Signed-off-by: Travis Ralston <travpc@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.rst b/docs/workers.rst index dee04bbf3e..80f8d2181a 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -230,7 +230,7 @@ file. For example:: ``synapse.app.event_creator`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Handles non-state event creation. It can handle REST endpoints matching: +Handles non-state event creation. It can handle REST endpoints matching:: ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send |