diff options
author | lain <lain@soykaf.club> | 2020-01-20 16:24:20 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-01-20 16:24:20 +0100 |
commit | 4c5b5f14dcec51cba8e86bcfcf2943ee9b49b0e4 (patch) | |
tree | 9a1200ec687670fc12e7f9dc65b3100530c68b1d /docs/API | |
parent | 42ea480e95862c09c07f6b4711648c192a66fdf5 (diff) | |
download | pleroma-4c5b5f14dcec51cba8e86bcfcf2943ee9b49b0e4.tar.gz |
StatusView: Add `emoji_reactions`
Diffstat (limited to 'docs/API')
-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 bb62ed5f2..50076cf98 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -29,6 +29,7 @@ Has these additional fields under the `pleroma` object: - `spoiler_text`: a map consisting of alternate representations of the `spoiler_text` property with the key being it's mimetype. Currently the only alternate representation supported is `text/plain` - `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`: An object with all the emoji reactions with count. Contains no information about the reacting users, for that use the `emoji_reactions_by` endpoint. ## Attachments |