Browse Source

added tab & labels for mrf policies

merge-requests/2720/head
Alexander Strizhakov 4 years ago
parent
commit
f89390110b
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      config/description.exs

+ 3
- 0
config/description.exs View File

@@ -1565,6 +1565,7 @@ config :pleroma, :config_description, [
%{
group: :pleroma,
key: :mrf_mention,
tab: :mrf,
label: "MRF mention",
type: :group,
description: "Block messages which mention a user",
@@ -3032,6 +3033,7 @@ config :pleroma, :config_description, [
%{
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 @@ config :pleroma, :config_description, [
group: :pleroma,
key: :mrf,
tab: :mrf,
label: "MRF",
type: :group,
description: "General MRF settings",
children: [


Loading…
Cancel
Save