diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-27 15:42:33 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-03-10 16:46:57 +0300 |
commit | 5361e40162e5431a3d22fe71128facedaebd38ce (patch) | |
tree | 101c94269327b3644b7bc5e2edca868f46cec508 | |
parent | f6ae86a081946ed55630655901529bb221cef519 (diff) | |
download | pleroma-5361e40162e5431a3d22fe71128facedaebd38ce.tar.gz |
updated difference docs
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index 75382bb3c..de25b1d7a 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -336,9 +336,7 @@ Both user muting and thread muting can be done for only a certain time by adding ## Subscriptions -Has additional field in parameters: - -- `pleroma:emoji_reaction`: Receive emoji reaction notifications? +Subscription `alerts` field contains new boolean setting for emoji reactions - `pleroma:emoji_reaction`. Can be passed with other `alerts` settings in POST/PUT `/api/v1/push/subscription` endpoints. ## Not implemented |