From: Mark Felder Date: Thu, 8 Oct 2020 17:46:27 +0000 (-0500) Subject: Support for configuration via AdminFE X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=2557e805a3034f363f0dfaa38cb8b174d89e3d1b;p=akkoma Support for configuration via AdminFE --- diff --git a/config/description.exs b/config/description.exs index 41e5e4056..bb1f43305 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2942,6 +2942,23 @@ config :pleroma, :config_description, [ } ] }, + %{ + group: :pleroma, + key: :mrf_follow_bot, + tab: :mrf, + related_policy: "Pleroma.Web.ActivityPub.MRF.FollowBotPolicy", + label: "MRF FollowBot Policy", + type: :group, + description: "Automatically follows newly discovered accounts.", + children: [ + %{ + key: :follower_nickname, + type: :string, + description: "The name of the bot account to use for following newly discovered users.", + suggestions: ["followbot"] + } + ] + }, %{ group: :pleroma, key: :modules,