logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 14871fecd4c24f15e13c5a93217f44d01aa0d4a6
parent e3e68b93774ffb3b45e395e7ea5cea2467b4395f
Author: tusooa <tusooa@kazv.moe>
Date:   Sat, 12 Nov 2022 14:16:52 -0500

Lint

Diffstat:

Mconfig/description.exs3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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,