Add disableChat option

This commit is contained in:
Mark Felder 2020-05-13 16:30:24 -05:00
parent 2420d7f439
commit 4bdde143f9
1 changed files with 6 additions and 0 deletions

View File

@ -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",