Merge remote-tracking branch 'upstream/develop' into oauth-token-id
[akkoma] / docs / development / API / differences_in_mastoapi_responses.md
index 3552b12fbe98ba07f1b4820a883ae54dab5bd278..6c1ecb559671e557032f59724a598baa8ceef543 100644 (file)
@@ -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