From 2e28b501323e3656e04f7f7672f753272679a5ef Mon Sep 17 00:00:00 2001
From: Mark Felder <feld@FreeBSD.org>
Date: Wed, 13 May 2020 16:23:42 -0500
Subject: [PATCH] scopeOptionsEnabled has been replaced with minimalScopesMode

---
 config/description.exs | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/config/description.exs b/config/description.exs
index 8d22c6f48..c2e309cd4 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1203,6 +1203,13 @@
               "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 @@
             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",