diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-01-23 02:12:03 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-01-23 02:12:03 +0000 |
commit | dddebee047efc4ab1dff6565bef32954695846a7 (patch) | |
tree | 550cf393f8406919e70e1b3aa5fa67ff365b57b8 /docs/API | |
parent | 73e6bbbe8973d81688e0916e616cd4726ad659c2 (diff) | |
parent | 002146d2979afcebe1b3d0c720eb011aa9dbebd0 (diff) | |
download | pleroma-dddebee047efc4ab1dff6565bef32954695846a7.tar.gz |
Merge branch 'emoji-notifications' into 'develop'
Emoji notifications
See merge request pleroma/pleroma!2130
Diffstat (limited to 'docs/API')
-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: |