summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-04-13 15:38:50 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-04-13 15:38:50 +0300
commit5c76afb06c731557b537f928296e0b5c259f8d5e (patch)
tree22239f2cc64f27e5db487e0fea919e13137b3e57
parenta21baf89d874823137cc49052cfe8da769ac0748 (diff)
[#2342] Removed description.exs entry for temporary configuration option.
-rw-r--r--config/description.exs16
1 files changed, 0 insertions, 16 deletions
diff --git a/config/description.exs b/config/description.exs
index 1b450db58..642f1a3ce 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -123,22 +123,6 @@ config :pleroma, :config_description, [
},
%{
group: :pleroma,
- key: :extensions,
- type: :group,
- description: "Pleroma-specific extensions",
- children: [
- %{
- key: :output_relationships_in_statuses_by_default,
- type: :beeolean,
- description:
- "If `true`, outputs account/pleroma/relationship map for each rendered status / notification (for all clients). " <>
- "If `false`, outputs the above only if `with_relationships` param is tru-ish " <>
- "(that breaks compatibility with older PleromaFE versions which do not send this param but expect the output)."
- }
- ]
- },
- %{
- group: :pleroma,
key: Pleroma.Uploaders.Local,
type: :group,
description: "Local uploader-related settings",