Merge branch 'develop' into remove-public-quarantine-exception

This commit is contained in:
FloatingGhost 2022-07-26 11:19:18 +01:00
commit 4e69477451
1 changed files with 5 additions and 0 deletions

View File

@ -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,