suggestions fix
authorAlexander <alex.strizhakov@gmail.com>
Mon, 16 Dec 2019 15:13:22 +0000 (18:13 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Fri, 10 Jan 2020 12:52:01 +0000 (15:52 +0300)
config/description.exs

index 9e8c114b5de3dc234dc433daeddc00966186a3c3..3abcc62669370eceb42d3a519c0b5d12d7390776 100644 (file)
@@ -701,12 +701,10 @@ config :pleroma, :config_description, [
         type: {:list, :string},
         description: "MIME-type list of formats allowed to be posted (transformed into HTML)",
         suggestions: [
-          [
-            "text/plain",
-            "text/html",
-            "text/markdown",
-            "text/bbcode"
-          ]
+          "text/plain",
+          "text/html",
+          "text/markdown",
+          "text/bbcode"
         ]
       },
       %{
@@ -1990,10 +1988,8 @@ config :pleroma, :config_description, [
         type: {:keyword, :integer},
         description: "Max retry attempts for failed jobs, per `Oban` queue",
         suggestions: [
-          [
-            federator_incoming: 5,
-            federator_outgoing: 5
-          ]
+          federator_incoming: 5,
+          federator_outgoing: 5
         ]
       }
     ]