Update description file for new shout config setting location

This commit is contained in:
Mark Felder 2020-08-04 10:45:28 -05:00 committed by Mark Felder
parent d6432a65da
commit 8ff2d8d17d
1 changed files with 10 additions and 9 deletions

View 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
]
}
]
},