summary refs log tree commit diff
path: root/changelog.d/12700.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.60.0rc1Sean Quah2022-05-241-1/+0
|
* Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700)Sean Quah2022-05-111-0/+1
While `ReplicationEndpoint`s register themselves via `JsonResource`, they pass a method that calls the handler, instead of the handler itself, to `register_paths`. As a result, `JsonResource` will not correctly pick up the `@cancellable` flag and we have to apply it ourselves. Signed-off-by: Sean Quah <seanq@element.io>