aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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