Add conversationDisplay to settings
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 20 Nov 2022 22:21:56 +0000 (22:21 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 20 Nov 2022 22:21:56 +0000 (22:21 +0000)
config/config.exs
config/description.exs

index f586e3883ef5270c928e0ac7b426b9609c45a93d..5278896f1d77f49252fd146f5c6e5971d2c83136 100644 (file)
@@ -312,7 +312,6 @@ config :pleroma, :frontend_configurations,
     logo: "/static/logo.svg",
     logoMargin: ".1em",
     logoMask: true,
-    minimalScopesMode: false,
     noAttachmentLinks: false,
     nsfwCensorImage: "",
     postContentType: "text/plain",
@@ -324,7 +323,8 @@ config :pleroma, :frontend_configurations,
     showInstanceSpecificPanel: false,
     subjectLineBehavior: "email",
     theme: "pleroma-dark",
-    webPushNotifications: false
+    webPushNotifications: false,
+    conversationDisplay: "linear"
   },
   masto_fe: %{
     showInstanceSpecificPanel: true
index b605bbd194f2ad53a17e50ef75afa125c905aaee..994bb7280a72a9b2cebaa8b56af7946811443674 100644 (file)
@@ -1226,6 +1226,13 @@ config :pleroma, :config_description, [
             type: :boolean,
             description: "Enables green text on lines prefixed with the > character"
           },
+          %{
+            key: :conversationDisplay,
+            label: "Conversation display style",
+            type: :string,
+            description: "How to display conversations (linear or tree)",
+            suggestions: ["linear", "tree"]
+          },
           %{
             key: :hideFilteredStatuses,
             label: "Hide Filtered Statuses",
@@ -1274,14 +1281,6 @@ config :pleroma, :config_description, [
               "By default it assumes logo used will be monochrome with alpha channel to be compatible with both light and dark themes. " <>
                 "If you want a colorful logo you must disable logoMask."
           },
-          %{
-            key: :minimalScopesMode,
-            label: "Minimal scopes mode",
-            type: :boolean,
-            description:
-              "Limit scope selection to Direct, User default, and Scope of post replying to. " <>
-                "Also prevents replying to a DM with a public post from PleromaFE."
-          },
           %{
             key: :nsfwCensorImage,
             label: "NSFW Censor Image",