logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: f38cb4ccace858e90fd782877d4f11522c2b8670
parent 1b0e47b79b38468f2b9a52d24dfc42830cc46c0f
Author: tusooa <tusooa@kazv.moe>
Date:   Sat, 12 Nov 2022 19:48:26 +0000

Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop'

Lint

See merge request pleroma/pleroma!3778

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,