only_media & only_remote docs and changelog
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 26 Jan 2021 11:42:03 +0000 (14:42 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Mon, 1 Feb 2021 11:11:11 +0000 (14:11 +0300)
CHANGELOG.md
docs/development/API/differences_in_mastoapi_responses.md

index c4f3867a26d3d8797b0c4e5bcb8cd79ab8de6735..0d1039be8b7869b1992f79e2edd27942457315e6 100644 (file)
@@ -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: Added `only_media` & `only_remote` parameters to the home timeline.
 </details>
 
 ### Fixed
index 84430408b4c3e9fca74f05e476e02eb5622c248e..cb34324abef76202f5c0f28eadfc55de2fe8e006 100644 (file)
@@ -16,6 +16,10 @@ Adding the parameter `reply_visibility` to the public and home timelines queries
 
 Adding the parameter `instance=lain.com` to the public timeline will show only statuses originating from `lain.com` (or any remote instance).
 
+Adding the parameter `only_media=true` to the home timeline will show only statuses with media attachments.
+
+Adding the parameter `only_remote=true` to the home timeline will show only remote statuses.
+
 ## Statuses
 
 - `visibility`: has additional possible values `list` and `local` (for local-only statuses)