ChatMessageValidator: Allow one message in an array, too.
[akkoma] / config / description.exs
index 7d7f4e93b2eda5082935b1c59bac05aac20254de..324cae8cfc4c976d0fa689f38e4db20ef0e69f33 100644 (file)
@@ -679,15 +679,6 @@ config :pleroma, :config_description, [
           7
         ]
       },
-      %{
-        key: :federation_publisher_modules,
-        type: {:list, :module},
-        description:
-          "List of modules for federation publishing. Module names are shortened (removed leading `Pleroma.Web.` part), but on adding custom module you need to use full name.",
-        suggestions: [
-          Pleroma.Web.ActivityPub.Publisher
-        ]
-      },
       %{
         key: :allow_relay,
         type: :boolean,
@@ -1269,7 +1260,8 @@ config :pleroma, :config_description, [
             key: :showFeaturesPanel,
             label: "Show instance features panel",
             type: :boolean,
-            description: "Enables panel displaying functionality of the instance on the About page."
+            description:
+              "Enables panel displaying functionality of the instance on the About page."
           },
           %{
             key: :showInstanceSpecificPanel,
@@ -1901,12 +1893,6 @@ config :pleroma, :config_description, [
       (see https://github.com/sorentwo/oban/issues/52).
     """,
     children: [
-      %{
-        key: :repo,
-        type: :module,
-        description: "Application's Ecto repo",
-        suggestions: [Pleroma.Repo]
-      },
       %{
         key: :verbose,
         type: {:dropdown, :atom},
@@ -2681,18 +2667,6 @@ config :pleroma, :config_description, [
       }
     ]
   },
-  %{
-    group: :http_signatures,
-    type: :group,
-    description: "HTTP Signatures settings",
-    children: [
-      %{
-        key: :adapter,
-        type: :module,
-        suggestions: [Pleroma.Signature]
-      }
-    ]
-  },
   %{
     group: :pleroma,
     key: :http,