Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop'

Lint

See merge request pleroma/pleroma!3778
This commit is contained in:
tusooa 2022-11-12 19:48:26 +00:00
commit f38cb4ccac
1 changed files with 2 additions and 1 deletions

View File

@ -819,7 +819,8 @@ 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"
description:
"Strip associated statuses in reports to ids when closed/resolved, otherwise keep a copy"
},
%{
key: :safe_dm_mentions,