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/description.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/description.exs')
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 3a2a65272..99a2f8030 100644 --- a/config/description.exs +++ b/config/description.exs @@ -816,6 +816,12 @@ config :pleroma, :config_description, [ ] }, %{ + 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", type: :boolean, |