diff options
author | tusooa <tusooa@kazv.moe> | 2022-11-09 22:36:42 -0500 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-11-09 22:36:57 -0500 |
commit | 6f047cc308352cb3437f95e31e73487bba194abe (patch) | |
tree | fd14c519ade56e4027714d9c030951b694722d73 /config/config.exs | |
parent | 481f50bcfda0da222e7b912e441da786b5a4944c (diff) | |
download | pleroma-6f047cc308352cb3437f95e31e73487bba194abe.tar.gz pleroma-6f047cc308352cb3437f95e31e73487bba194abe.zip |
Do not strip reported statuses when configured not to
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index a84b15a37..f7564036a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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, |