forked from AkkomaGang/akkoma
Update PleromaFE settings for the old chat box
This commit is contained in:
parent
68aa56b9e4
commit
36fe8950f7
1 changed files with 4 additions and 4 deletions
|
@ -1182,7 +1182,7 @@
|
|||
alwaysShowSubjectInput: true,
|
||||
background: "/static/aurora_borealis.jpg",
|
||||
collapseMessageWithSubject: false,
|
||||
disableChat: false,
|
||||
disableShout: false,
|
||||
greentext: false,
|
||||
hideFilteredStatuses: false,
|
||||
hideMutedPosts: false,
|
||||
|
@ -1230,10 +1230,10 @@
|
|||
"When a message has a subject (aka Content Warning), collapse it by default"
|
||||
},
|
||||
%{
|
||||
key: :disableChat,
|
||||
label: "PleromaFE Chat",
|
||||
key: :disableShout,
|
||||
label: "PleromaFE Shout",
|
||||
type: :boolean,
|
||||
description: "Disables PleromaFE Chat component"
|
||||
description: "Disables PleromaFE Shout component"
|
||||
},
|
||||
%{
|
||||
key: :greentext,
|
||||
|
|
Loading…
Reference in a new issue