only_remote -> remote renaming

This commit is contained in:
Alexander Strizhakov 2021-02-01 14:09:23 +03:00
commit fdf1dfed56
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
5 changed files with 29 additions and 31 deletions

View file

@ -49,7 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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: Home, public, hashtag & list timelines accept `only_media`, `only_remote` & `local` parameters for filtration.
- Mastodon API: Home, public, hashtag & list timelines accept `only_media`, `remote` & `local` parameters for filtration.
</details>
### Fixed