diff options
author | lain <lain@soykaf.club> | 2020-04-24 16:32:13 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-24 16:32:13 +0000 |
commit | c30b3b2dc5c6da037ae72b6cb537898a78cd53bc (patch) | |
tree | 3f9233539c314b2c95dcdc086b8e7dcffe8d837e /docs/API/differences_in_mastoapi_responses.md | |
parent | d862c7156a1edcdc89425143901f140bc0b1f5eb (diff) | |
parent | d89cd0a19733eec27b79b768df2e30a68bfc6d6b (diff) | |
download | pleroma-c30b3b2dc5c6da037ae72b6cb537898a78cd53bc.tar.gz pleroma-c30b3b2dc5c6da037ae72b6cb537898a78cd53bc.zip |
Merge branch 'reply-filtering-refactor' into 'develop'
Reply filtering refactor
See merge request pleroma/pleroma!2424
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-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 |