From: Mark Felder Date: Tue, 1 Jun 2021 21:53:32 +0000 (-0500) Subject: disableChat / disableShout didn't actually do anything for PleromaFE X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=dcf84ac12e830ebc17f63e2fea0bd47c75e9f981;p=akkoma disableChat / disableShout didn't actually do anything for PleromaFE --- diff --git a/config/description.exs b/config/description.exs index 7eecddaf5..c93a00782 100644 --- 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, @@ -1221,12 +1220,6 @@ config :pleroma, :config_description, [ 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",