Merge branch 'develop' into activation-meta
[akkoma] / docs / API / differences_in_mastoapi_responses.md
index c100ae83b769776d9a5fbd1bcf06f013d163fef0..13920e5f9818bbcd7f2e9b5fea71fc03d5712874 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