diff options
author | lain <lain@soykaf.club> | 2020-04-24 10:26:54 +0000 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-04-24 15:43:54 +0300 |
commit | 8480f84615b696965d3c1ca34b5847af99fbdece (patch) | |
tree | de88345cb9c45574d968635c182a6cfe0154dc28 /docs | |
parent | 375ab05234a3590c161a2a5a4f715fbc61dafb34 (diff) | |
download | pleroma-8480f84615b696965d3c1ca34b5847af99fbdece.tar.gz pleroma-8480f84615b696965d3c1ca34b5847af99fbdece.zip |
Update differences_in_mastoapi_responses.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 92086136f..41ceda26b 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -14,7 +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 friends timelines quieries 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. +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 |