mirror of
https://github.com/element-hq/synapse.git
synced 2025-01-20 18:42:33 +00:00
Update docs/workers.rst
E_TOO_MANY_NEGATIVES Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
626a26dbb8
commit
60b912cf0d
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ be routed to the same instance::
|
||||||
Pagination requests can also be handled, but all requests with the same path
|
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
|
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
|
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$
|
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/messages$
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue