1
0

Merge pull request #5505 from matrix-org/erikj/messages_worker

This commit is contained in:
Andrew Morgan
2020-02-13 11:58:08 +00:00
2 changed files with 2 additions and 1 deletions

1
changelog.d/5505.feature Normal file
View File

@@ -0,0 +1 @@
Add support for handling pagination APIs on client reader worker.

View File

@@ -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$