aboutsummaryrefslogtreecommitdiff
path: root/docs/development/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-06-16 08:41:57 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2021-03-10 16:46:52 +0300
commit16bcffd64adad9e205fa1f85b1366efca31e020d (patch)
treee5aa3840c71d632b5df15b828c5ecfcfad0fe997 /docs/development/API/differences_in_mastoapi_responses.md
parent7f413139fb2d4dc008ef351560bada800b4b26a0 (diff)
downloadpleroma-16bcffd64adad9e205fa1f85b1366efca31e020d.tar.gz
unify notification settings
Diffstat (limited to 'docs/development/API/differences_in_mastoapi_responses.md')
-rw-r--r--docs/development/API/differences_in_mastoapi_responses.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md
index a14fcb416..75382bb3c 100644
--- a/docs/development/API/differences_in_mastoapi_responses.md
+++ b/docs/development/API/differences_in_mastoapi_responses.md
@@ -334,6 +334,12 @@ The message payload consist of:
Both user muting and thread muting can be done for only a certain time by adding an `expires_in` parameter to the API calls and giving the expiration time in seconds.
+## Subscriptions
+
+Has additional field in parameters:
+
+- `pleroma:emoji_reaction`: Receive emoji reaction notifications?
+
## Not implemented
Pleroma is generally compatible with the Mastodon 2.7.2 API, but some newer features and non-essential features are omitted. These features usually return an HTTP 200 status code, but with an empty response. While they may be added in the future, they are considered low priority.