Clarify config description

This commit is contained in:
Haelwenn 2022-11-12 17:44:31 +00:00 committed by tusooa
parent 7991364380
commit c2cfe0c690
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ config :pleroma, :config_description, [
key: :report_strip_status,
label: "Report strip status",
type: :boolean,
description: "Strip status when closing or resolving a report."
description: "Strip associated statuses in reports to ids when closed/resolved, otherwise keep a copy"
},
%{
key: :safe_dm_mentions,