Update PleromaFE settings for the old chat box

This commit is contained in:
Mark Felder 2020-08-03 18:00:16 -05:00 committed by Mark Felder
parent 68aa56b9e4
commit 36fe8950f7

View file

@ -1182,7 +1182,7 @@ config :pleroma, :config_description, [
alwaysShowSubjectInput: true, alwaysShowSubjectInput: true,
background: "/static/aurora_borealis.jpg", background: "/static/aurora_borealis.jpg",
collapseMessageWithSubject: false, collapseMessageWithSubject: false,
disableChat: false, disableShout: false,
greentext: false, greentext: false,
hideFilteredStatuses: false, hideFilteredStatuses: false,
hideMutedPosts: false, hideMutedPosts: false,
@ -1230,10 +1230,10 @@ config :pleroma, :config_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, key: :disableShout,
label: "PleromaFE Chat", label: "PleromaFE Shout",
type: :boolean, type: :boolean,
description: "Disables PleromaFE Chat component" description: "Disables PleromaFE Shout component"
}, },
%{ %{
key: :greentext, key: :greentext,