summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2021-01-29 08:41:21 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2021-01-29 08:41:21 +0300
commitc369d2b93028e4dc11f1f2c4cd7380ee0392ccac (patch)
tree5f302a0b98eae26b869bd8bc8336690ece87a9f8 /CHANGELOG.md
parentd7af0294e6a3a690524e0a08a35c9c6dafbb9f79 (diff)
support for with_relationships parameter
in /api/v1/mutes and /api/v1/accounts/:id endpoints
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4f3867a2..b2b7e5671 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,7 +48,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: User and conversation mutes can now auto-expire if `expires_in` parameter was given while adding the mute.
- Admin API: An endpoint to manage frontends.
- Streaming API: Add follow relationships updates.
-- WebPush: Introduce `pleroma:chat_mention` and `pleroma:emoji_reaction` notification types
+- WebPush: Introduce `pleroma:chat_mention` and `pleroma:emoji_reaction` notification types.
+- Mastodon API: `/api/v1/accounts/:id` & `/api/v1/mutes` endpoints accept `with_relationships` parameter and return filled `pleroma.relationship` field.
</details>
### Fixed