diff options
author | Lain Soykaf <lain@lain.com> | 2025-02-22 16:17:30 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2025-02-22 16:17:30 +0400 |
commit | 0d7d6ebebb2008bff3a0e6d11ba1795d12a3cb67 (patch) | |
tree | 3e31fa30249d55bbf6f3fbba388bd17f64151712 | |
parent | ce3a2b49f21f48ef9e25c18ed5695088d37a0599 (diff) | |
download | pleroma-0d7d6ebebb2008bff3a0e6d11ba1795d12a3cb67.tar.gz pleroma-0d7d6ebebb2008bff3a0e6d11ba1795d12a3cb67.zip |
Cheatsheet: Use the correct section
-rw-r--r-- | changelog.d/fix-wrong-config-section.skip | 0 | ||||
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/fix-wrong-config-section.skip b/changelog.d/fix-wrong-config-section.skip new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/changelog.d/fix-wrong-config-section.skip diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 36e9cbba2..6e2fddcb6 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -98,7 +98,7 @@ To add configuration to your config file, you can copy it from the base config. * `moderator_privileges`: A list of privileges a moderator has (e.g. delete messages, manage reports...) * Possible values are the same as for `admin_privileges` -## :database +## :features * `improved_hashtag_timeline`: Setting to force toggle / force disable improved hashtags timeline. `:enabled` forces hashtags to be fetched from `hashtags` table for hashtags timeline. `:disabled` forces object-embedded hashtags to be used (slower). Keep it `:auto` for automatic behaviour (it is auto-set to `:enabled` [unless overridden] when HashtagsTableMigrator completes). ## Background migrations |