summaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-01-22 09:30:30 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-01-22 09:30:30 +0300
commitb8d5c09f48a4b643f0dc60930bc69772a32a3b5e (patch)
tree59d1903f2d204b8a5e244430cb17ef772ced5f4e /docs/API
parentb7908844f24f4ede4244261d43f30ed3724efbb7 (diff)
parent71bffbf0b7a3f0e245408a977c48a51763021508 (diff)
downloadpleroma-b8d5c09f48a4b643f0dc60930bc69772a32a3b5e.tar.gz
pleroma-b8d5c09f48a4b643f0dc60930bc69772a32a3b5e.zip
Merge branch 'develop' into issue/1383
Diffstat (limited to 'docs/API')
-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