X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=584386136f02eb6ab67dd14265d4f9c0c982353e;hb=0447c4271587f6dc3d87fa079aa78ae0b4e38245;hp=4eb72c002cb128fb6539f43d47e7b36cc832cdfe;hpb=17142a3720c55e8bb0595f1a1c2f128dfcf47d10;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb72c002..584386136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). – Pagination: (optional) return `total` alongside with `items` when paginating - Replaced [pleroma_job_queue](https://git.pleroma.social/pleroma/pleroma_job_queue) and `Pleroma.Web.Federator.RetryQueue` with [Oban](https://github.com/sorentwo/oban) (see [`docs/config.md`](docs/config.md) on migrating customized worker / retry settings) - Introduced [quantum](https://github.com/quantum-elixir/quantum-core) job scheduler +- Admin API: Return `total` when querying for reports ### Fixed - Following from Osada