diff options
author | tusooa <tusooa@kazv.moe> | 2022-11-12 19:48:26 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-11-12 19:48:26 +0000 |
commit | f38cb4ccace858e90fd782877d4f11522c2b8670 (patch) | |
tree | 6e1f02cbc2afe3994289d05212fe6003a7bd9525 | |
parent | 1b0e47b79b38468f2b9a52d24dfc42830cc46c0f (diff) | |
parent | 14871fecd4c24f15e13c5a93217f44d01aa0d4a6 (diff) | |
download | pleroma-f38cb4ccace858e90fd782877d4f11522c2b8670.tar.gz pleroma-f38cb4ccace858e90fd782877d4f11522c2b8670.zip |
Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop'
Lint
See merge request pleroma/pleroma!3778
-rw-r--r-- | config/description.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index daf60c236..3848cb449 100644 --- a/config/description.exs +++ b/config/description.exs @@ -819,7 +819,8 @@ config :pleroma, :config_description, [ key: :report_strip_status, label: "Report strip status", type: :boolean, - description: "Strip associated statuses in reports to ids when closed/resolved, otherwise keep a copy" + description: + "Strip associated statuses in reports to ids when closed/resolved, otherwise keep a copy" }, %{ key: :safe_dm_mentions, |