diff --git a/changelog.d/5505.feature b/changelog.d/5505.feature new file mode 100644 index 000000000000..5c6bab2c3117 --- /dev/null +++ b/changelog.d/5505.feature @@ -0,0 +1 @@ +Add support for handling pagination APIs on client reader worker. diff --git a/docs/workers.rst b/docs/workers.rst index 5b08fd7ee88f..7b2d2db53327 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$