aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-01-21 13:13:17 +0000
committerrinpatch <rinpatch@sdf.org>2020-01-21 13:13:17 +0000
commit04c9ca5d68eb4d9c8abc82a91d5df3c483089b9b (patch)
tree11329fbfa6610fa3351007e9d093e285e9ee42dc /docs
parentfa47a719901050b27534492b0ff7189bc78895eb (diff)
parent7d8b709d293064462256d9a6392f993232323a4d (diff)
downloadpleroma-04c9ca5d68eb4d9c8abc82a91d5df3c483089b9b.tar.gz
Merge branch 'emoji-reaction-extensions' into 'develop'
StatusView: Add `emoji_reactions` See merge request pleroma/pleroma!2120
Diffstat (limited to 'docs')
-rw-r--r--docs/API/differences_in_mastoapi_responses.md1
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