Update description file for new shout config setting location
authorMark Felder <feld@FreeBSD.org>
Tue, 4 Aug 2020 15:45:28 +0000 (10:45 -0500)
committerMark Felder <feld@feld.me>
Tue, 1 Jun 2021 16:49:47 +0000 (11:49 -0500)
config/description.exs

index a17d222ce858e50caa050f810d434c10bfa57f5d..7eecddaf538dab712a3ab4f351cdf00c9d27cc95 100644 (file)
@@ -544,14 +544,6 @@ config :pleroma, :config_description, [
           5_000
         ]
       },
-      %{
-        key: :shout_limit,
-        type: :integer,
-        description: "Character limit of the instance shout messages",
-        suggestions: [
-          5_000
-        ]
-      },
       %{
         key: :remote_limit,
         type: :integer,
@@ -2658,7 +2650,16 @@ config :pleroma, :config_description, [
     children: [
       %{
         key: :enabled,
-        type: :boolean
+        type: :boolean,
+        description: "Enables the backend Shoutbox chat feature."
+      },
+      %{
+        key: :limit,
+        type: :integer,
+        description: "Shout message character limit.",
+        suggestions: [
+          5_000
+        ]
       }
     ]
   },