diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-01-21 19:45:13 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-01-21 19:45:13 +0300 |
commit | 22e94bb2c7a4de93a741b7ca45148cee4a0d601a (patch) | |
tree | c1e388a0d21ff768d8b53bc53662d96cbc3d2ae1 /docs | |
parent | cde828ff7df64740f36b2fc9dfdbfc8d76a8a78d (diff) | |
parent | 04c9ca5d68eb4d9c8abc82a91d5df3c483089b9b (diff) | |
download | pleroma-22e94bb2c7a4de93a741b7ca45148cee4a0d601a.tar.gz |
Merge branch 'develop' into fix/attachments-cleanup
Diffstat (limited to 'docs')
-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 |