X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=b1938912cb7fa72c1e69cc66cb7fc10937d65762;hb=ed3974af248a1b201d2008f1a128ee53550ef78b;hp=642f1a3ce9d2be466a15fe24495dfb189bf8ed0b;hpb=b87b798ca1660224a3192c32b035c19b18e11587;p=akkoma diff --git a/config/description.exs b/config/description.exs index 642f1a3ce..b1938912c 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2267,6 +2267,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,