X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=10f266555a5d8a447e89509ab491bad43d03a16f;hb=61d9f43e463a3b3b0c1e4b9c98c22e222797bd82;hp=efea7c137728dd2cbf2a1d7674ce97792ded7a4b;hpb=3fa2ac68df10f6ffe3c1ea76fa10c30da90f4bd0;p=akkoma diff --git a/config/description.exs b/config/description.exs index efea7c137..10f266555 100644 --- a/config/description.exs +++ b/config/description.exs @@ -661,7 +661,7 @@ config :pleroma, :config_description, [ label: "Fed. incoming replies max depth", type: :integer, description: - "Max. depth of reply-to activities fetching on incoming federation, to prevent out-of-memory situations while" <> + "Max. depth of reply-to and reply activities fetching on incoming federation, to prevent out-of-memory situations while" <> " fetching very long threads. If set to `nil`, threads of any depth will be fetched. Lower this value if you experience out-of-memory crashes.", suggestions: [ 100 @@ -1789,6 +1789,12 @@ config :pleroma, :config_description, [ type: :boolean, description: "Sign object fetches with HTTP signatures" }, + %{ + key: :note_replies_output_limit, + type: :integer, + description: + "The number of Note replies' URIs to be included with outgoing federation (`5` to match Mastodon hardcoded value, `0` to disable the output)." + }, %{ key: :follow_handshake_timeout, type: :integer,