mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-12 18:56:14 +00:00
add authorized_fetch_mode to description.exs
This commit is contained in:
parent
1419eee5df
commit
36eec89946
|
@ -1655,6 +1655,11 @@ config :pleroma, :config_description, [
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "Sign object fetches with HTTP signatures"
|
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,
|
key: :note_replies_output_limit,
|
||||||
type: :integer,
|
type: :integer,
|
||||||
|
|
Loading…
Reference in a new issue