diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-29 14:45:16 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-04-22 08:02:11 +0300 |
commit | 69f8f9446e862286d631b823e836d5fa049573ed (patch) | |
tree | d58ccf2bd2a2acb5d4aaba2cfea01be4b72ebb09 /docs/development/API/differences_in_mastoapi_responses.md | |
parent | b050adb5e2d1add4cb2f5d24010ace33af16a381 (diff) | |
download | pleroma-69f8f9446e862286d631b823e836d5fa049573ed.tar.gz |
batch mention email notifications in timeframefeature/2295-email-mention-notification
Diffstat (limited to 'docs/development/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index 2ff56d3ca..72949c9d7 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -107,6 +107,7 @@ Has these additional fields under the `pleroma` object: - `notification_settings`: object, can be absent. See `/api/v1/pleroma/notification_settings` for the parameters/keys returned. - `accepts_chat_messages`: boolean, but can be null if we don't have that information about a user - `favicon`: nullable URL string, Favicon image of the user's instance +- `email_notifications`: map with settings for `digest` emails (boolean) and `notifications` setting (list with notification types). ### Source |