mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-03-13 07:02:41 +00:00
Merge branch 'docs-fix' into 'develop'
Cheatsheet: Use the correct section See merge request pleroma/pleroma!4325
This commit is contained in:
commit
fe3c72f7a2
2 changed files with 1 additions and 1 deletions
0
changelog.d/fix-wrong-config-section.skip
Normal file
0
changelog.d/fix-wrong-config-section.skip
Normal file
|
@ -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...)
|
* `moderator_privileges`: A list of privileges a moderator has (e.g. delete messages, manage reports...)
|
||||||
* Possible values are the same as for `admin_privileges`
|
* 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).
|
* `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
|
## Background migrations
|
||||||
|
|
Loading…
Reference in a new issue