From: Egor Kislitsyn Date: Thu, 23 Jan 2020 14:53:11 +0000 (+0400) Subject: Add NewUsersDigestEmail to config/description.exs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=3c4a30c6db312aff2afbfcd423498be19c02c68c;p=akkoma Add NewUsersDigestEmail to config/description.exs --- diff --git a/config/description.exs b/config/description.exs index f941349d5..f7fe06f22 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2456,6 +2456,20 @@ config :pleroma, :config_description, [ } ] }, + %{ + group: :pleroma, + key: Pleroma.Emails.NewUsersDigestEmail, + type: :group, + description: "New users admin email digest", + children: [ + %{ + key: :enabled, + type: :boolean, + description: "enables new users admin digest email when `true`", + suggestions: [false] + } + ] + }, %{ group: :pleroma, key: :oauth2,