diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-04-29 12:19:10 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-04-29 12:19:10 -0500 |
commit | e7ac15905e04ba33b0dd0ed32ab42cdea5dab8f9 (patch) | |
tree | 5cc9585793e2e020d75f90b99ebb91a71d56ee6b /docs/development | |
parent | b6a69b5efda5f75ad716252c69ae658a4e885b0a (diff) | |
parent | 115673bce773f91630c3bd4fd2d0023f92bee163 (diff) | |
download | pleroma-e7ac15905e04ba33b0dd0ed32ab42cdea5dab8f9.tar.gz |
Merge remote-tracking branch 'upstream/develop' into oauth-token-id
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index 3552b12fb..6c1ecb559 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -38,6 +38,7 @@ Has these additional fields under the `pleroma` object: - `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. +- `pinned_at`: a datetime (iso8601) when status was pinned, `null` otherwise. ## Scheduled statuses |