From 60b912cf0d6e4c54455e2db0c994e52a53051ea3 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 21 Jun 2019 11:54:03 +0100 Subject: [PATCH] Update docs/workers.rst E_TOO_MANY_NEGATIVES Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- docs/workers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$