Docs: Document added parent_visible field.
authorlain <lain@soykaf.club>
Wed, 24 Jun 2020 11:31:42 +0000 (13:31 +0200)
committerlain <lain@soykaf.club>
Wed, 24 Jun 2020 11:31:42 +0000 (13:31 +0200)
docs/API/differences_in_mastoapi_responses.md

index be3c802af23d675d9abb5ec81c55da2d41a1b20f..f6e8a6800f53743ba85b75a936a62655da637144 100644 (file)
@@ -27,6 +27,7 @@ Has these additional fields under the `pleroma` object:
 - `expires_at`: a datetime (iso8601) that states when the post will expire (be deleted automatically), or empty if the post won't expire
 - `thread_muted`: true if the thread the post belongs to is muted
 - `emoji_reactions`: A list with emoji / reaction maps. The format is `{name: "☕", count: 1, me: true}`. Contains no information about the reacting users, for that use the `/statuses/:id/reactions` endpoint.
+- `parent_visible`: If the parent of this post is visible to the user or not.
 
 ## Media Attachments