[#2342] Removed description.exs entry for temporary configuration option.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Mon, 13 Apr 2020 12:38:50 +0000 (15:38 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Mon, 13 Apr 2020 12:38:50 +0000 (15:38 +0300)
config/description.exs

index 1b450db58de2465456fbbd2a63489f734ea42109..642f1a3ce9d2be466a15fe24495dfb189bf8ed0b 100644 (file)
@@ -121,22 +121,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,