diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-04-26 04:06:13 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-04-26 04:06:13 +0300 |
commit | eeb0d8be45baf7fdc5afdbc19598abd6948394d9 (patch) | |
tree | b4148e4f08983c53a83c1e475dacb715bd147773 /docs/API | |
parent | 1919d9d0db29f561560e3d094391eb9b4cd58881 (diff) | |
parent | dbc4791d9d53c09dc0e6183b74924063e0a90dc6 (diff) | |
download | pleroma-eeb0d8be45baf7fdc5afdbc19598abd6948394d9.tar.gz |
Merge branch 'develop' into refactor/fe-bundles
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 1059155cf..41ceda26b 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -14,6 +14,7 @@ Some apps operate under the assumption that no more than 4 attachments can be re Adding the parameter `with_muted=true` to the timeline queries will also return activities by muted (not by blocked!) users. Adding the parameter `exclude_visibilities` to the timeline queries will exclude the statuses with the given visibilities. The parameter accepts an array of visibility types (`public`, `unlisted`, `private`, `direct`), e.g., `exclude_visibilities[]=direct&exclude_visibilities[]=private`. +Adding the parameter `reply_visibility` to the public and home timelines queries will filter replies. Possible values: without parameter (default) shows all replies, `following` - replies directed to you or users you follow, `self` - replies directed to you. ## Statuses |