diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-01-26 17:43:49 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-02-01 14:11:12 +0300 |
commit | 77f0a0af7df3ad4cf566a8c68560a09ba6a50cd5 (patch) | |
tree | 3feeefa4255a42a9b9d3dcbea0da4e071461d45a /docs/development | |
parent | 2cb6dc5a3a3bd7e2326fe632a34b74cb150c5821 (diff) | |
download | pleroma-77f0a0af7df3ad4cf566a8c68560a09ba6a50cd5.tar.gz |
more tests and update for docs and changelog
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index cb34324ab..e9ab896b7 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -16,9 +16,11 @@ 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. +Home, public, hashtag & list timelines can filter statuses by accepting these parameters: -Adding the parameter `only_remote=true` to the home timeline will show only remote statuses. +- `only_media`: show only statuses with media attached +- `local`: show only local statuses +- `only_remote`: show only remote statuses ## Statuses |