summaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-01-22 15:05:39 -0600
committerMark Felder <feld@FreeBSD.org>2020-01-22 15:05:39 -0600
commitae78059ff433739b83aaa3ccff9245ace153146d (patch)
treef25e9b709b567b33377c5b9bb0c29a91dbb1c9b9 /docs/API/differences_in_mastoapi_responses.md
parent7bfb8ed14d2d222e6fcd7afe54f229f68370f061 (diff)
parentbe2777715650d0ac80509f0bd22b4cea8641f9b3 (diff)
downloadpleroma-ae78059ff433739b83aaa3ccff9245ace153146d.tar.gz
pleroma-ae78059ff433739b83aaa3ccff9245ace153146d.zip
Merge branch 'develop' into features/remote-follow-userpage-redirect
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 50076cf98..3f75a13f7 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`: An object with all the emoji reactions with count. Contains no information about the reacting users, for that use the `emoji_reactions_by` endpoint.
+- `emoji_reactions`: A list with emoji / reaction count tuples. Contains no information about the reacting users, for that use the `emoji_reactions_by` endpoint.
## Attachments