X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=b1938912cb7fa72c1e69cc66cb7fc10937d65762;hb=258d8975797298b9eadddb48a8a2fcf3a9dbf211;hp=1b450db58de2465456fbbd2a63489f734ea42109;hpb=a21baf89d874823137cc49052cfe8da769ac0748;p=akkoma diff --git a/config/description.exs b/config/description.exs index 1b450db58..b1938912c 100644 --- a/config/description.exs +++ b/config/description.exs @@ -121,22 +121,6 @@ config :pleroma, :config_description, [ } ] }, - %{ - group: :pleroma, - key: :extensions, - type: :group, - description: "Pleroma-specific extensions", - children: [ - %{ - key: :output_relationships_in_statuses_by_default, - type: :beeolean, - description: - "If `true`, outputs account/pleroma/relationship map for each rendered status / notification (for all clients). " <> - "If `false`, outputs the above only if `with_relationships` param is tru-ish " <> - "(that breaks compatibility with older PleromaFE versions which do not send this param but expect the output)." - } - ] - }, %{ group: :pleroma, key: Pleroma.Uploaders.Local, @@ -2283,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,