diff options
author | rinpatch <rinpatch@sdf.org> | 2020-04-19 21:45:20 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-02 18:59:12 +0300 |
commit | 7b0593367756adc459a7b7bbaa0ace567b97742f (patch) | |
tree | c9dbc6c2b42dfe374af35f94c48310b76aba4bdf /config/description.exs | |
parent | f08c8d99324b6b557521d055e6e6ce44f6d0fccf (diff) | |
download | pleroma-7b0593367756adc459a7b7bbaa0ace567b97742f.tar.gz pleroma-7b0593367756adc459a7b7bbaa0ace567b97742f.zip |
Merge branch '1559-follow-request-notifications' into 'develop'
[#1559] Support for "follow_request" notifications
Closes #1559
See merge request pleroma/pleroma!2354
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 5a1e9e9af..19ff55540 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2288,6 +2288,20 @@ config :pleroma, :config_description, [ }, %{ group: :pleroma, + key: :notifications, + type: :group, + description: "Notification settings", + children: [ + %{ + key: :enable_follow_request_notifications, + type: :boolean, + description: + "Enables notifications on new follow requests (causes issues with older PleromaFE versions)." + } + ] + }, + %{ + group: :pleroma, key: Pleroma.Emails.UserEmail, type: :group, description: "Email template settings", |