Revert "description.exs: add ForceBotUnlistedPolicy"

This reverts commit 7215563641.
This commit is contained in:
Mark Felder 2020-09-08 09:31:47 -05:00
parent 21efda2edb
commit bb0d7b7aaa
1 changed files with 0 additions and 9 deletions

View File

@ -1669,15 +1669,6 @@ 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,