diff options
author | Alibek Omarov <a1ba.omarov@gmail.com> | 2020-09-08 11:32:46 +0000 |
---|---|---|
committer | Alibek Omarov <a1ba.omarov@gmail.com> | 2020-09-08 11:32:46 +0000 |
commit | 7215563641e2a5096293128519d6a454aabc46f2 (patch) | |
tree | fae01e11d55c6bb849d098cfef418c400613a1a1 | |
parent | 95688c90ad9cd6438a764b4ea6e0f2e3b594b5c8 (diff) | |
download | pleroma-7215563641e2a5096293128519d6a454aabc46f2.tar.gz |
description.exs: add ForceBotUnlistedPolicy
-rw-r--r-- | config/description.exs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 18c133f02..2191e8d6d 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1671,6 +1671,15 @@ config :pleroma, :config_description, [ }, %{ group: :pleroma, + key: :mrf_force_bot_unlisted, + tab: :mrf, + related_policy: "Pleroma.Web.ActivityPub.MRF.ForceBotUnlistedPolicy", + label: "MRF Force Bot Unlisted Policy", + type: :boolean, + description: "Makes bot posts to disappear from public timelines" + }, + %{ + group: :pleroma, key: :mrf_subchain, tab: :mrf, related_policy: "Pleroma.Web.ActivityPub.MRF.SubchainPolicy", |