X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=d7788a63d2f66cecc635317378cab20f1cb6bd9d;hb=8bed6ea922dbc1cfb8166fea6ce344d3618b3d52;hp=7fac1e5611a2c6766371e4ef73baf6e8fecd3fd5;hpb=9994768312ede572c4ddd6beda7027b0a2baddce;p=akkoma diff --git a/config/description.exs b/config/description.exs index 7fac1e561..d7788a63d 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2247,6 +2247,7 @@ config :pleroma, :config_description, [ children: [ %{ key: :active, + label: "Enabled", type: :boolean, description: "Globally enable or disable digest emails" }, @@ -2273,20 +2274,6 @@ 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,