1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-23 22:26:49 +00:00

description.exs: add ForceBotUnlistedPolicy

This commit is contained in:
Alibek Omarov 2020-09-08 11:32:46 +00:00
parent 95688c90ad
commit 7215563641

View file

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