scopeOptionsEnabled has been replaced with minimalScopesMode

This commit is contained in:
Mark Felder 2020-05-13 16:23:42 -05:00
parent e2c80e62f1
commit 2e28b50132
1 changed files with 7 additions and 6 deletions

View 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",