diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-03 21:42:36 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-03 21:42:36 +0300 |
commit | 2c40c8b4a2890e60abe8d67a3c8af4a88d225b60 (patch) | |
tree | be7ff77c4af8b1264c57e8aa8161e80396ca3fbc /docs/API/differences_in_mastoapi_responses.md | |
parent | 21a2a054070c26d7be1a0e453e5f40b20fbd59f2 (diff) | |
parent | c27d1d65bfd60effdb45359697141c136e156177 (diff) | |
download | pleroma-2c40c8b4a2890e60abe8d67a3c8af4a88d225b60.tar.gz pleroma-2c40c8b4a2890e60abe8d67a3c8af4a88d225b60.zip |
Merge branch 'develop' into issue/1383
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 2 |
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 030660b34..82d967e4d 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}. 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 `{emoji: "☕", count: 1, reacted: true}`. Contains no information about the reacting users, for that use the `emoji_reactions_by` endpoint. ## Attachments |