From 5361e40162e5431a3d22fe71128facedaebd38ce Mon Sep 17 00:00:00 2001 From: Alexander Strizhakov Date: Sat, 27 Jun 2020 15:42:33 +0300 Subject: [PATCH] updated difference docs --- docs/development/API/differences_in_mastoapi_responses.md | 4 +--- 1 file changed, 1 insertion(+), 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