logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 0fcf16dcb858cdd464fbd614aaba54fb81264199
parent bd828e5c9c2c1a373b13cf80b185d11b1fcd1bc3
Author: Mark Felder <feld@feld.me>
Date:   Sat,  6 Feb 2021 12:34:32 -0600

Move Enabled to top as it's the master control of all email. Description not really needed.

Diffstat:

Mconfig/description.exs9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -215,6 +215,10 @@ config :pleroma, :config_description, [ description: "Mailer-related settings", children: [ %{ + key: :enabled, + type: :boolean, + }, + %{ key: :adapter, type: :module, description: @@ -235,11 +239,6 @@ config :pleroma, :config_description, [ ] }, %{ - key: :enabled, - type: :boolean, - description: "Pleroma Email sending capability" - }, - %{ group: {:subgroup, Swoosh.Adapters.SMTP}, key: :relay, type: :string,