logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 5153eba3a89904f958e356aa086a6d02b4ca435e
parent d39f803bddb04a4c0a9e0742a437fd07f461c615
Author: marcin mikołajczak <git@mkljczk.pl>
Date:   Mon, 25 Jul 2022 19:53:01 +0200

Add authorized_fetch_mode to description.exs

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>

Diffstat:

Mconfig/description.exs5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -1730,6 +1730,11 @@ config :pleroma, :config_description, [ description: "Sign object fetches with HTTP signatures" }, %{ + key: :authorized_fetch_mode, + type: :boolean, + description: "Require HTTP signatures for AP fetches" + }, + %{ key: :note_replies_output_limit, type: :integer, description: