aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-13 16:30:24 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-13 16:30:24 -0500
commit4bdde143f99d0a5cef6a15475b5e4591994ca546 (patch)
tree3ce6d2552dd88cb780e2052cfb0e1e42859641a2
parent2420d7f4394f1a447221c74270b593fcf3956f41 (diff)
downloadpleroma-4bdde143f99d0a5cef6a15475b5e4591994ca546.tar.gz
Add disableChat option
-rw-r--r--config/description.exs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index 5e097aec2..2870a6591 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1155,6 +1155,12 @@ config :pleroma, :config_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",
type: :boolean,