diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-09-08 09:31:47 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-09-08 09:31:47 -0500 |
commit | bb0d7b7aaad4f441a14c94c56081ec30c96ea799 (patch) | |
tree | e8f2409b24a8f4da592ff72529eaaf8fc55b7cee | |
parent | 21efda2edbfa74e80ad0df6f92b52a16880082e3 (diff) | |
download | pleroma-bb0d7b7aaad4f441a14c94c56081ec30c96ea799.tar.gz |
Revert "description.exs: add ForceBotUnlistedPolicy"
This reverts commit 7215563641e2a5096293128519d6a454aabc46f2.
-rw-r--r-- | config/description.exs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/description.exs b/config/description.exs index d9f9b6b84..eac97ad64 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1671,15 +1671,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, tab: :mrf, related_policy: "Pleroma.Web.ActivityPub.MRF.SubchainPolicy", |