diff options
author | tusooa <tusooa@kazv.moe> | 2022-11-12 14:16:52 -0500 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-11-12 14:16:52 -0500 |
commit | 14871fecd4c24f15e13c5a93217f44d01aa0d4a6 (patch) | |
tree | eb4994e6a9d251256ae3841643f9ea27ecff6426 /config/description.exs | |
parent | e3e68b93774ffb3b45e395e7ea5cea2467b4395f (diff) | |
download | pleroma-14871fecd4c24f15e13c5a93217f44d01aa0d4a6.tar.gz pleroma-14871fecd4c24f15e13c5a93217f44d01aa0d4a6.zip |
Lint
Diffstat (limited to 'config/description.exs')
-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 b2072420a..f1b709d01 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, |