summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-08-04 10:45:28 -0500
committerMark Felder <feld@feld.me>2021-06-01 11:49:47 -0500
commit8ff2d8d17d057d5a2e0f5df603812155d6985df0 (patch)
treeef63e49a87a7d112484df0f0b4eacea020d94cec /config
parentd6432a65da7ad11f1383d465370c11de5a2d7ddc (diff)
Update description file for new shout config setting location
Diffstat (limited to 'config')
-rw-r--r--config/description.exs19
1 files changed, 10 insertions, 9 deletions
diff --git a/config/description.exs b/config/description.exs
index a17d222ce..7eecddaf5 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -545,14 +545,6 @@ config :pleroma, :config_description, [
]
},
%{
- key: :shout_limit,
- type: :integer,
- description: "Character limit of the instance shout messages",
- suggestions: [
- 5_000
- ]
- },
- %{
key: :remote_limit,
type: :integer,
description: "Hard character limit beyond which remote posts will be dropped",
@@ -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
+ ]
}
]
},