X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=7fac1e5611a2c6766371e4ef73baf6e8fecd3fd5;hb=4c0af1cb66de078953c36d57b32be6e23744e7c0;hp=9d8e3b93cd53409909c309d41a8dc74277bcb836;hpb=b54c8813d632cb44c7deb207e91bd32f01f33794;p=akkoma diff --git a/config/description.exs b/config/description.exs index 9d8e3b93c..7fac1e561 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2273,6 +2273,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,