summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-08-03 17:08:35 -0500
committerMark Felder <feld@feld.me>2021-06-01 11:49:14 -0500
commitff00b354fa5067c898e860e275748dd757cb04cd (patch)
treece76a36f0020178521a9c357684fb7b36c8d548a /config/description.exs
parentee52fc840d4d6eb1caab811a9b00ab1b95662d77 (diff)
Rename the non-federating Chat feature to Shout
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/description.exs b/config/description.exs
index f00c53d28..040deab96 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -545,9 +545,9 @@ config :pleroma, :config_description, [
]
},
%{
- key: :chat_limit,
+ key: :shout_limit,
type: :integer,
- description: "Character limit of the instance chat messages",
+ description: "Character limit of the instance shout messages",
suggestions: [
5_000
]
@@ -2652,9 +2652,9 @@ config :pleroma, :config_description, [
},
%{
group: :pleroma,
- key: :chat,
+ key: :shout,
type: :group,
- description: "Pleroma chat settings",
+ description: "Pleroma shout settings",
children: [
%{
key: :enabled,