forked from AkkomaGang/akkoma
description.exs: add ForceBotUnlistedPolicy
This commit is contained in:
parent
95688c90ad
commit
7215563641
1 changed files with 9 additions and 0 deletions
|
@ -1669,6 +1669,15 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
%{
|
||||||
|
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,
|
group: :pleroma,
|
||||||
key: :mrf_subchain,
|
key: :mrf_subchain,
|
||||||
|
|
Loading…
Reference in a new issue