X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=f0d1077fde336f1adfa7b1207db67ad599570f96;hb=554bc88e8aa3525da7c119e2e6f0efe9e7676728;hp=53d980c83a8800eec2e518c578c2fdc3aa8e63fb;hpb=d536a00d42e2d6747961755fd28f3dd1f646148e;p=akkoma diff --git a/config/description.exs b/config/description.exs index 53d980c83..f0d1077fd 100644 --- a/config/description.exs +++ b/config/description.exs @@ -662,7 +662,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 @@ -1790,6 +1790,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,