Do not strip reported statuses when configured not to
This commit is contained in:
parent
481f50bcfd
commit
6f047cc308
5 changed files with 74 additions and 15 deletions
|
|
@ -228,6 +228,7 @@ config :pleroma, :instance,
|
|||
max_pinned_statuses: 1,
|
||||
attachment_links: false,
|
||||
max_report_comment_size: 1000,
|
||||
report_strip_status: true,
|
||||
safe_dm_mentions: false,
|
||||
healthcheck: false,
|
||||
remote_post_retention_days: 90,
|
||||
|
|
|
|||
|
|
@ -815,6 +815,12 @@ config :pleroma, :config_description, [
|
|||
1_000
|
||||
]
|
||||
},
|
||||
%{
|
||||
key: :report_strip_status,
|
||||
label: "Report strip status",
|
||||
type: :boolean,
|
||||
description: "Strip status when closing or resolving a report."
|
||||
},
|
||||
%{
|
||||
key: :safe_dm_mentions,
|
||||
label: "Safe DM mentions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue