formatting
authorAlexander <alex.strizhakov@gmail.com>
Wed, 4 Dec 2019 07:29:26 +0000 (10:29 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Fri, 24 Apr 2020 12:43:54 +0000 (15:43 +0300)
docs/API/differences_in_mastoapi_responses.md

index c97fb8c563b728b10f4aecc7bf8479a562a4316c..92086136fd06578c23fea688cb0f415f71737a2b 100644 (file)
@@ -15,6 +15,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.
+
 ## Statuses
 
 - `visibility`: has an additional possible value `list`