logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: c2cfe0c690d1524f13e4e7eb5590d382c71b1c56
parent 7991364380f56f9892d99805bcae6ced7f180cff
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Sat, 12 Nov 2022 17:44:31 +0000

Clarify config description

Diffstat:

Mconfig/description.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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