summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorEkaterina Vaartis <vaartis@kotobank.ch>2022-12-20 21:00:07 +0300
committerEkaterina Vaartis <vaartis@kotobank.ch>2022-12-20 21:00:07 +0300
commit398141da68328cea982f017a3e8bc95a9f9c1fbf (patch)
treefa66f1417d86de3665a854fbbbf4b01987e5a51d /config/description.exs
parent5a39866388c411f2bcee9848352f8c420513f34f (diff)
parent5910d58cf7f468722b3774622b6b40a07b5d6444 (diff)
downloadpleroma-398141da68328cea982f017a3e8bc95a9f9c1fbf.tar.gz
pleroma-398141da68328cea982f017a3e8bc95a9f9c1fbf.zip
Merge remote-tracking branch 'upstream/develop' into meilisearch
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs46
1 files changed, 7 insertions, 39 deletions
diff --git a/config/description.exs b/config/description.exs
index cea4401ba..6280665b4 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -816,6 +816,13 @@ config :pleroma, :config_description, [
]
},
%{
+ key: :report_strip_status,
+ label: "Report strip status",
+ type: :boolean,
+ description:
+ "Strip associated statuses in reports to ids when closed/resolved, otherwise keep a copy"
+ },
+ %{
key: :safe_dm_mentions,
label: "Safe DM mentions",
type: :boolean,
@@ -1191,45 +1198,6 @@ config :pleroma, :config_description, [
]
},
%{
- group: :quack,
- type: :group,
- label: "Quack Logger",
- description: "Quack-related settings",
- children: [
- %{
- key: :level,
- type: {:dropdown, :atom},
- description: "Log level",
- suggestions: [:debug, :info, :warn, :error]
- },
- %{
- key: :meta,
- type: {:list, :atom},
- description: "Configure which metadata you want to report on",
- suggestions: [
- :application,
- :module,
- :file,
- :function,
- :line,
- :pid,
- :crash_reason,
- :initial_call,
- :registered_name,
- :all,
- :none
- ]
- },
- %{
- key: :webhook_url,
- label: "Webhook URL",
- type: :string,
- description: "Configure the Slack incoming webhook",
- suggestions: ["https://hooks.slack.com/services/YOUR-KEY-HERE"]
- }
- ]
- },
- %{
group: :pleroma,
key: :frontend_configurations,
type: :group,