add bubble visibility to description
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 18 Mar 2023 20:49:43 +0000 (20:49 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 18 Mar 2023 20:49:43 +0000 (20:49 +0000)
config/description.exs

index f8496760fccd0f6d4e0b405499fcfb1e0d4fd60e..6520bc29aa7678656a0cbcf0a93a3033ad2121e0 100644 (file)
@@ -2999,6 +2999,11 @@ config :pleroma, :config_description, [
             key: :federated,
             type: :boolean,
             description: "Disallow viewing the whole known network timeline."
+          },
+          %{
+            key: :bubble,
+            type: :boolean,
+            description: "Disallow viewing the bubble timeline."
           }
         ]
       },