Do not strip reported statuses when configured not to

This commit is contained in:
tusooa 2022-11-09 22:36:42 -05:00
commit 6f047cc308
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
5 changed files with 74 additions and 15 deletions

View file

@ -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,