diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-22 10:19:53 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-22 10:19:53 +0000 |
commit | eb9fc021e302aa7a5c39902e056cc525328431f8 (patch) | |
tree | 9162c92d399494be5213ec24c6e547c42f40469a /docs/workers.rst | |
parent | Merge pull request #3015 from matrix-org/erikj/simplejson_replication (diff) | |
parent | Update CHANGES.rst (diff) | |
download | synapse-eb9fc021e302aa7a5c39902e056cc525328431f8.tar.xz |
Merge branch 'release-v0.27.0' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'docs/workers.rst')
-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 |