diff options
author | lain <lain@soykaf.club> | 2020-06-24 13:31:42 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-24 13:31:42 +0200 |
commit | 637bae42b4ac59e54164f2b9545017b3f8d2960f (patch) | |
tree | 1e814a8c33a5290ecb41ec086e3492823370cf2e | |
parent | 35f6770436837e2e500971a54d51984bd059adfd (diff) | |
download | pleroma-637bae42b4ac59e54164f2b9545017b3f8d2960f.tar.gz |
Docs: Document added parent_visible field.
-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 be3c802af..f6e8a6800 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -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 |