disableChat / disableShout didn't actually do anything for PleromaFE
authorMark Felder <feld@feld.me>
Tue, 1 Jun 2021 21:53:32 +0000 (16:53 -0500)
committerMark Felder <feld@feld.me>
Tue, 1 Jun 2021 21:53:32 +0000 (16:53 -0500)
config/description.exs

index 7eecddaf538dab712a3ab4f351cdf00c9d27cc95..c93a00782286f41d0b76c67d31d186470aa99c7a 100644 (file)
@@ -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",