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,
|
group: :pleroma,
|
||||||
key: :mrf_mention,
|
key: :mrf_mention,
|
||||||
|
tab: :mrf,
|
||||||
label: "MRF mention",
|
label: "MRF mention",
|
||||||
type: :group,
|
type: :group,
|
||||||
description: "Block messages which mention a user",
|
description: "Block messages which mention a user",
|
||||||
|
@ -3032,6 +3033,7 @@
|
||||||
%{
|
%{
|
||||||
group: :pleroma,
|
group: :pleroma,
|
||||||
key: :mrf_object_age,
|
key: :mrf_object_age,
|
||||||
|
label: "MRF object age",
|
||||||
tab: :mrf,
|
tab: :mrf,
|
||||||
type: :group,
|
type: :group,
|
||||||
description: "Rejects or delists posts based on their age when received.",
|
description: "Rejects or delists posts based on their age when received.",
|
||||||
|
@ -3377,6 +3379,7 @@
|
||||||
group: :pleroma,
|
group: :pleroma,
|
||||||
key: :mrf,
|
key: :mrf,
|
||||||
tab: :mrf,
|
tab: :mrf,
|
||||||
|
label: "MRF",
|
||||||
type: :group,
|
type: :group,
|
||||||
description: "General MRF settings",
|
description: "General MRF settings",
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in a new issue