forked from AkkomaGang/akkoma
Add disableChat option
This commit is contained in:
parent
2420d7f439
commit
4bdde143f9
1 changed files with 6 additions and 0 deletions
|
@ -1154,6 +1154,12 @@
|
||||||
description:
|
description:
|
||||||
"When a message has a subject (aka Content Warning), collapse it by default"
|
"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,
|
key: :formattingOptionsEnabled,
|
||||||
label: "Formatting options enabled",
|
label: "Formatting options enabled",
|
||||||
|
|
Loading…
Reference in a new issue