add authorized_fetch_mode to description.exs

buildx
FloatingGhost 2 years ago
parent 1419eee5df
commit 36eec89946

@ -1655,6 +1655,11 @@ config :pleroma, :config_description, [
type: :boolean,
description: "Sign object fetches with HTTP signatures"
},
%{
key: :authorized_fetch_mode,
type: :boolean,
description: "Require HTTP signatures on AP fetches"
},
%{
key: :note_replies_output_limit,
type: :integer,

Loading…
Cancel
Save