summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2021-02-26 16:49:11 +0000
committerfeld <feld@feld.me>2021-02-26 16:49:11 +0000
commit840686ecd5b57a210415539d4f5cc1038d25e5ce (patch)
treeb205b3e7acece4cd5ef095f987a00ef9eade1a35 /CHANGELOG.md
parent2217b35bd40593f5dcfdba4c13dd7b7bded018f3 (diff)
parent1e6c27181e0bbfad3fbd964d770cd4d547c10236 (diff)
Merge branch 'fix/2498-expires_in-scheduled-posts' into 'develop'
expires_in in scheduled status params Closes #2498 See merge request pleroma/pleroma!3315
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 74473b3d0..508a6ea15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -74,6 +74,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: Home, public, hashtag & list timelines accept `only_media`, `remote` & `local` parameters for filtration.
- Mastodon API: `/api/v1/accounts/:id` & `/api/v1/mutes` endpoints accept `with_relationships` parameter and return filled `pleroma.relationship` field.
- Mastodon API: Endpoint to remove a conversation (`DELETE /api/v1/conversations/:id`).
+- Mastodon API: `expires_in` in the scheduled post `params` field on `/api/v1/statuses` and `/api/v1/scheduled_statuses/:id` endpoints.
</details>
### Fixed