diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-08-03 18:00:16 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-06-01 11:49:16 -0500 |
commit | 36fe8950f78b32e4ae8b845c099498a9acda7183 (patch) | |
tree | ad81438b5bedc9eb6cc51949b44f02e6500c60ce /config | |
parent | 68aa56b9e4fbf4697d5ff0c41cf2fe7230738fe6 (diff) | |
download | pleroma-36fe8950f78b32e4ae8b845c099498a9acda7183.tar.gz |
Update PleromaFE settings for the old chat box
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/description.exs b/config/description.exs index 040deab96..a17d222ce 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1182,7 +1182,7 @@ config :pleroma, :config_description, [ alwaysShowSubjectInput: true, background: "/static/aurora_borealis.jpg", collapseMessageWithSubject: false, - disableChat: false, + disableShout: false, greentext: false, hideFilteredStatuses: false, hideMutedPosts: false, @@ -1230,10 +1230,10 @@ config :pleroma, :config_description, [ "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, |