Add hideFilteredStatuses and hideMutedPosts settings
authorMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:35:12 +0000 (16:35 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:35:12 +0000 (16:35 -0500)
config/description.exs

index 82e888188c328a4138553fbac8d3a8af274671c2..9cd43ae3707bfdfa1a718a0997e6434751fcf538 100644 (file)
@@ -1166,6 +1166,18 @@ config :pleroma, :config_description, [
             type: :boolean,
             description: "Enables green text on lines prefixed with the > character."
           },
+          %{
+            key: :hideFilteredStatuses,
+            label: "Hide Filtered Statuses",
+            type: :boolean,
+            description: "Hides filtered statuses from timelines."
+          },
+          %{
+            key: :hideMutedPosts,
+            label: "Hide Muted Posts",
+            type: :boolean,
+            description: "Hides muted statuses from timelines."
+          },
           %{
             key: :hidePostStats,
             label: "Hide post stats",