logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 2bffa8e0202e4db61eb24dae0f7063ac8305cae4
parent d7262f7d2232343e47c2206b134a7d794e35c505
Author: Mark Felder <feld@feld.me>
Date:   Mon,  8 Feb 2021 11:25:32 -0600

Make the suggestion match the default value

Diffstat:

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

diff --git a/config/description.exs b/config/description.exs @@ -2888,7 +2888,7 @@ config :pleroma, :config_description, [ type: :integer, description: "Activity pub routes (except question activities). Default: `nil` (no expiration).", - suggestions: [30_000, nil] + suggestions: [nil] }, %{ key: :activity_pub_question,