From: Mark Felder Date: Wed, 13 May 2020 21:30:24 +0000 (-0500) Subject: Add disableChat option X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=4bdde143f99d0a5cef6a15475b5e4591994ca546;p=akkoma Add disableChat option --- diff --git a/config/description.exs b/config/description.exs index 5e097aec2..2870a6591 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1154,6 +1154,12 @@ config :pleroma, :config_description, [ description: "When a message has a subject (aka Content Warning), collapse it by default" }, + %{ + key: :disableChat, + label: "PleromaFE Chat", + type: :boolean, + description: "Disables PleromaFE Chat component" + }, %{ key: :formattingOptionsEnabled, label: "Formatting options enabled",