diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-23 11:11:18 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-23 11:11:18 +0300 |
commit | 5fc2fa89086e820352a9fec571f07f29a55c4f06 (patch) | |
tree | 7e4f4d2cce9182c9ecd70af9925a5a201a13b999 /docs/API/differences_in_mastoapi_responses.md | |
parent | ce7c887a27ad5af59f540650637a50da7f91fa52 (diff) | |
parent | dddebee047efc4ab1dff6565bef32954695846a7 (diff) | |
download | pleroma-5fc2fa89086e820352a9fec571f07f29a55c4f06.tar.gz |
Merge branch 'develop' into issue/1383
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 3f75a13f7..2236870c7 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -101,6 +101,14 @@ The `type` value is `move`. Has an additional field: - `target`: new account +### EmojiReaction Notification + +The `type` value is `pleroma:emoji_reaction`. Has these fields: + +- `emoji`: The used emoji +- `account`: The account of the user who reacted +- `status`: The status that was reacted on + ## GET `/api/v1/notifications` Accepts additional parameters: |