diff options
author | lain <lain@soykaf.club> | 2020-01-22 20:11:18 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-01-22 20:11:18 +0100 |
commit | 85f45c768994ce9e0642cc3fc29b68b1ec9a6684 (patch) | |
tree | 417ca77b601d99ac5f822bafe01f11fa2ef348d5 /docs/API | |
parent | 615b72238eb41f631c43e85d40c423017e848044 (diff) | |
download | pleroma-85f45c768994ce9e0642cc3fc29b68b1ec9a6684.tar.gz |
Document new EmojiReaction notifications
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: |