- 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
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)