summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMaxim Filippov <colixer@gmail.com>2019-11-14 23:44:07 +0900
committerMaxim Filippov <colixer@gmail.com>2019-11-14 23:44:07 +0900
commit30af5da33043192dff626e869f2628ffc709f836 (patch)
tree1d526c23323f1c47d16abe97f357d30ccc3c3bf3 /CHANGELOG.md
parent7438c177d9f57e8779b979ca553c3b501726efb3 (diff)
downloadpleroma-30af5da33043192dff626e869f2628ffc709f836.tar.gz
pleroma-30af5da33043192dff626e869f2628ffc709f836.zip
Admin API: list all statuses from a given instance
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ec084dbd..66644efc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,6 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: Add `/api/v1/markers` for managing timeline read markers
- Mastodon API: Add the `recipients` parameter to `GET /api/v1/conversations`
- Configuration: `feed` option for user atom feed.
+- Admin API: Add `/api/pleroma/admin/instances/:instance/statuses` - lists all statuses from a given instance
</details>
### Fixed