diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-10 15:00:19 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-14 18:04:16 +0300 |
commit | 0b5e72ecf033ff78c67eb4e5a68277e5d83f5611 (patch) | |
tree | 3f97dd0896244b88d337921a374a6df60fd76831 /docs/configuration | |
parent | 6e70415e4a1d814d2b772d94658d9f7b66d1fe89 (diff) | |
download | pleroma-0b5e72ecf033ff78c67eb4e5a68277e5d83f5611.tar.gz pleroma-0b5e72ecf033ff78c67eb4e5a68277e5d83f5611.zip |
Remove `:managed_config` option.
In practice, it was already removed half a year ago, but the description
and cheatsheet entries were still there.
The migration intentionally does not use ConfigDB.get_by_params, since
this will break migration code as soon as we add a new field is added
to ConfigDB.
Closes #2086
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 0c5d17ce3..054b8fe43 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -40,7 +40,6 @@ To add configuration to your config file, you can copy it from the base config. * `allow_relay`: Enable Pleroma’s Relay, which makes it possible to follow a whole instance. * `public`: Makes the client API in authenticated mode-only except for user-profiles. Useful for disabling the Local Timeline and The Whole Known Network. Note that there is a dependent setting restricting or allowing unauthenticated access to specific resources, see `restrict_unauthenticated` for more details. * `quarantined_instances`: List of ActivityPub instances where private (DMs, followers-only) activities will not be send. -* `managed_config`: Whenether the config for pleroma-fe is configured in [:frontend_configurations](#frontend_configurations) or in ``static/config.json``. * `allowed_post_formats`: MIME-type list of formats allowed to be posted (transformed into HTML). * `extended_nickname_format`: Set to `true` to use extended local nicknames format (allows underscores/dashes). This will break federation with older software for theses nicknames. |