diff options
author | rinpatch <rin@patch.cx> | 2021-04-16 09:53:47 +0000 |
---|---|---|
committer | rinpatch <rin@patch.cx> | 2021-04-16 09:53:47 +0000 |
commit | 79376b4afb8bba0766cb3d04179aeaf4c0b7000b (patch) | |
tree | f154defcd60036f76fbaf92154f0649c2e4892f3 /docs/development/API | |
parent | 0ababdc068f0fd7655b5f8440a5a8c9759a32fea (diff) | |
parent | 1885268c9c242aca2a51bd15ed839bd65d6a52dc (diff) | |
download | pleroma-79376b4afb8bba0766cb3d04179aeaf4c0b7000b.tar.gz pleroma-79376b4afb8bba0766cb3d04179aeaf4c0b7000b.zip |
Merge branch 'feature/521-pinned-post-federation' into 'develop'
Pinned posts federation
Closes #521
See merge request pleroma/pleroma!3312
Diffstat (limited to 'docs/development/API')
-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 a14fcb416..2ff56d3ca 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 |