summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs20
1 files changed, 6 insertions, 14 deletions
diff --git a/config/description.exs b/config/description.exs
index 909ae00d9..9fd52f50e 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1791,6 +1791,12 @@ config :pleroma, :config_description, [
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,
description: "Following handshake timeout",
@@ -3099,20 +3105,6 @@ config :pleroma, :config_description, [
},
%{
group: :pleroma,
- key: :mastodon_compatibility,
- type: :group,
- description: "Mastodon compatibility-related settings.",
- children: [
- %{
- key: :federated_note_replies_limit,
- type: :integer,
- description:
- "The number of Note self-reply URIs to be included with outgoing federation (`5` to mimic Mastodon hardcoded value, `0` to disable)."
- }
- ]
- },
- %{
- group: :pleroma,
type: :group,
description: "Allow instance configuration from database.",
children: [