X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=040deab9697fb485d895fcc0a3fcb83ceebd00fb;hb=68aa56b9e4fbf4697d5ff0c41cf2fe7230738fe6;hp=bb1f4330565b0ea8e64480dab4585ff44113d502;hpb=c186b059a77bf6cece831887948e23ee95222a1a;p=akkoma diff --git a/config/description.exs b/config/description.exs index bb1f43305..040deab96 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1,4 +1,4 @@ -use Mix.Config +import Config websocket_config = [ path: "/websocket", @@ -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,