Merge pull request #5505 from matrix-org/erikj/messages_worker
This commit is contained in:
1
changelog.d/5505.feature
Normal file
1
changelog.d/5505.feature
Normal file
@@ -0,0 +1 @@
|
||||
Add support for handling pagination APIs on client reader worker.
|
||||
@@ -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$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user