diff options
author | Erik Johnston <erikj@jki.re> | 2019-06-21 11:54:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 11:54:03 +0100 |
commit | 60b912cf0d6e4c54455e2db0c994e52a53051ea3 (patch) | |
tree | 8a7f456fb5d121314c6860188867bc16c66b9202 /docs | |
parent | Newsfile (diff) | |
download | synapse-60b912cf0d6e4c54455e2db0c994e52a53051ea3.tar.xz |
Update docs/workers.rst
E_TOO_MANY_NEGATIVES Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.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 5b08fd7ee8..7b2d2db533 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -242,7 +242,7 @@ be routed to the same instance:: Pagination requests can also be handled, but all requests with the same path room must be routed to the same instance. Additionally, care must be taken to ensure that the purge history admin API is not used while pagination requests -for the room are not in flight:: +for the room are in flight:: ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/messages$ |