diff options
author | feld <feld@feld.me> | 2021-03-30 16:59:34 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-03-30 16:59:34 +0000 |
commit | 4c16f5d2ca5f7665b88b7b332b718f9445d9bb04 (patch) | |
tree | 3fe60475ea36fd7c0fde80ace676a92d0a431b34 /config/description.exs | |
parent | caadde3b04cf4c6509cc0841a338503e646221a0 (diff) | |
parent | 16a7ffb1ea9dc8e2c7a70d9243424b40d594bd63 (diff) | |
download | pleroma-4c16f5d2ca5f7665b88b7b332b718f9445d9bb04.tar.gz pleroma-4c16f5d2ca5f7665b88b7b332b718f9445d9bb04.zip |
Merge branch 'upstream/mrf-followbot' into 'develop'
Upstream/mrf followbot
See merge request pleroma/pleroma!3060
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 41e5e4056..bb1f43305 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2944,6 +2944,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, type: :group, description: "Custom Runtime Modules", |