summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-06-27 15:42:33 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2021-03-10 16:46:57 +0300
commit5361e40162e5431a3d22fe71128facedaebd38ce (patch)
tree101c94269327b3644b7bc5e2edca868f46cec508
parentf6ae86a081946ed55630655901529bb221cef519 (diff)
updated difference docs
-rw-r--r--docs/development/API/differences_in_mastoapi_responses.md4
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