logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: dcf84ac12e830ebc17f63e2fea0bd47c75e9f981
parent 0be7eada92d862277c3bf349ca5a3079ebacb700
Author: Mark Felder <feld@feld.me>
Date:   Tue,  1 Jun 2021 16:53:32 -0500

disableChat / disableShout didn't actually do anything for PleromaFE

Diffstat:

Mconfig/description.exs7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -1174,7 +1174,6 @@ config :pleroma, :config_description, [ alwaysShowSubjectInput: true, background: "/static/aurora_borealis.jpg", collapseMessageWithSubject: false, - disableShout: false, greentext: false, hideFilteredStatuses: false, hideMutedPosts: false, @@ -1222,12 +1221,6 @@ config :pleroma, :config_description, [ "When a message has a subject (aka Content Warning), collapse it by default" }, %{ - key: :disableShout, - label: "PleromaFE Shout", - type: :boolean, - description: "Disables PleromaFE Shout component" - }, - %{ key: :greentext, label: "Greentext", type: :boolean,