summaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorLain Soykaf <lain@soykaf.club>2020-02-07 14:59:26 +0100
committerLain Soykaf <lain@soykaf.club>2020-02-07 14:59:26 +0100
commitce958820095611bbe7c49a1b90a69c557a3cbec5 (patch)
treecb7a88beb6fc59a26d43aeb2af7c196bcebfecbe /docs/API/differences_in_mastoapi_responses.md
parentf875b9650a8d1fc04ad029f5d894b5a417e1be90 (diff)
downloadpleroma-ce958820095611bbe7c49a1b90a69c557a3cbec5.tar.gz
pleroma-ce958820095611bbe7c49a1b90a69c557a3cbec5.zip
EmojiReactions: Add docs and Changelog
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r--docs/API/differences_in_mastoapi_responses.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md
index 89245261c..b822bc037 100644
--- a/docs/API/differences_in_mastoapi_responses.md
+++ b/docs/API/differences_in_mastoapi_responses.md
@@ -29,7 +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`: A list with emoji / reaction maps. The format is `{emoji: "☕", count: 1, reacted: true}`. Contains no information about the reacting users, for that use the `emoji_reactions_by` endpoint.
+- `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.
## Attachments