forked from AkkomaGang/akkoma
added tab & labels for mrf policies
This commit is contained in:
parent
e7bc0273e5
commit
f89390110b
1 changed files with 3 additions and 0 deletions
|
@ -1565,6 +1565,7 @@
|
|||
%{
|
||||
group: :pleroma,
|
||||
key: :mrf_mention,
|
||||
tab: :mrf,
|
||||
label: "MRF mention",
|
||||
type: :group,
|
||||
description: "Block messages which mention a user",
|
||||
|
@ -3032,6 +3033,7 @@
|
|||
%{
|
||||
group: :pleroma,
|
||||
key: :mrf_object_age,
|
||||
label: "MRF object age",
|
||||
tab: :mrf,
|
||||
type: :group,
|
||||
description: "Rejects or delists posts based on their age when received.",
|
||||
|
@ -3377,6 +3379,7 @@
|
|||
group: :pleroma,
|
||||
key: :mrf,
|
||||
tab: :mrf,
|
||||
label: "MRF",
|
||||
type: :group,
|
||||
description: "General MRF settings",
|
||||
children: [
|
||||
|
|
Loading…
Reference in a new issue