diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-22 11:22:31 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-22 11:22:31 +0300 |
commit | 32a643a159df2b2af4263ebfb7f7c9fd245d3a6a (patch) | |
tree | ddb914af404955f163efc006ddf2ea329957c8dd /docs/API | |
parent | 7ee2f86d7634b7de59f029f9fd141d9d51cd769c (diff) | |
parent | 71bffbf0b7a3f0e245408a977c48a51763021508 (diff) | |
download | pleroma-32a643a159df2b2af4263ebfb7f7c9fd245d3a6a.tar.gz |
Merge branch 'develop' into admin-be
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
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 |