diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:23:42 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:23:42 -0500 |
commit | 2e28b501323e3656e04f7f7672f753272679a5ef (patch) | |
tree | 090bb3f5154463aedaba930f87522449716226d6 /config/description.exs | |
parent | e2c80e62f1234165ba296beeac20d8e8bd6fc295 (diff) | |
download | pleroma-2e28b501323e3656e04f7f7672f753272679a5ef.tar.gz |
scopeOptionsEnabled has been replaced with minimalScopesMode
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 13 |
1 files 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 @@ -1204,6 +1204,13 @@ config :pleroma, :config_description, [ "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", type: :string, @@ -1226,12 +1233,6 @@ config :pleroma, :config_description, [ 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", type: :boolean, |