diff options
author | feld <feld@feld.me> | 2021-02-02 17:18:07 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-02-02 17:18:07 +0000 |
commit | b36891d1e6f5d4b0874ef19c4418a46d580c4701 (patch) | |
tree | 726875098c3908b5ebf455c6ea00e9a38e405733 /CHANGELOG.md | |
parent | 2012800ed1618eeafddaaaaa05df4d3e10a2afff (diff) | |
parent | cd5ff7a9430a8e5886983610f1e16f966392a7ee (diff) | |
download | pleroma-b36891d1e6f5d4b0874ef19c4418a46d580c4701.tar.gz pleroma-b36891d1e6f5d4b0874ef19c4418a46d580c4701.zip |
Merge branch 'feature/2164-unify-api-arguments' into 'develop'
Unifying timelines api arguments
Closes #2164
See merge request pleroma/pleroma!3281
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 905e35f26..0a24a6a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,8 +48,9 @@ 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 -- Mastodon API: Add monthly active users to `/api/v1/instance` (`pleroma.stats.mau`) +- WebPush: Introduce `pleroma:chat_mention` and `pleroma:emoji_reaction` notification types. +- Mastodon API: Add monthly active users to `/api/v1/instance` (`pleroma.stats.mau`). +- Mastodon API: Home, public, hashtag & list timelines accept `only_media`, `remote` & `local` parameters for filtration. </details> ### Fixed |