scopeOptionsEnabled has been replaced with minimalScopesMode
authorMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:23:42 +0000 (16:23 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:23:42 +0000 (16:23 -0500)
config/description.exs

index 8d22c6f482c55dc83a9a2667ddd21839acff63ec..c2e309cd4498001bf723405d4d77e528855f6bca 100644 (file)
@@ -1203,6 +1203,13 @@ 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: :redirectRootNoLogin,
             label: "Redirect root no login",
@@ -1225,12 +1232,6 @@ config :pleroma, :config_description, [
             type: :boolean,
             description: "Copy the scope (private/unlisted/public) in replies to posts by default"
           },
-          %{
-            key: :scopeOptionsEnabled,
-            label: "Scope options enabled",
-            type: :boolean,
-            description: "Enable setting a notice visibility and subject/CW when posting"
-          },
           %{
             key: :showInstanceSpecificPanel,
             label: "Show instance specific panel",