only_media & only_remote docs and changelog

This commit is contained in:
Alexander Strizhakov 2021-01-26 14:42:03 +03:00
commit e21af1cfe4
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
2 changed files with 6 additions and 1 deletions

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