Admin API: GET /api/pleroma/admin/statuses - list all statuses (accepts godmode and local_only)

This commit is contained in:
eugenijm 2020-02-10 14:32:38 +03:00
commit e2a6a40367
6 changed files with 76 additions and 5 deletions

View file

@ -121,6 +121,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Pleroma API: Add reactions for a single emoji.
- ActivityPub: `[:activitypub, :note_replies_output_limit]` setting sets the number of note self-replies to output on outgoing federation.
- Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility scope
- Admin API: `GET /api/pleroma/admin/statuses` - list all statuses (accepts `godmode` and `local_only`)
</details>
### Fixed