diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-11-12 17:44:31 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-11-12 17:44:31 +0000 |
commit | c2cfe0c690d1524f13e4e7eb5590d382c71b1c56 (patch) | |
tree | c3c0b406cc846cfa6dd96e0e17ac1ca84ed09a88 | |
parent | 7991364380f56f9892d99805bcae6ced7f180cff (diff) | |
download | pleroma-c2cfe0c690d1524f13e4e7eb5590d382c71b1c56.tar.gz pleroma-c2cfe0c690d1524f13e4e7eb5590d382c71b1c56.zip |
Clarify config description
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 99a2f8030..b2072420a 100644 --- a/config/description.exs +++ b/config/description.exs @@ -819,7 +819,7 @@ config :pleroma, :config_description, [ key: :report_strip_status, label: "Report strip status", type: :boolean, - description: "Strip status when closing or resolving a report." + description: "Strip associated statuses in reports to ids when closed/resolved, otherwise keep a copy" }, %{ key: :safe_dm_mentions, |