diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-28 14:49:49 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-28 14:58:30 -0500 |
commit | 3b7c454418700ca36c0a71272f913ea8c6e464e9 (patch) | |
tree | eeaf8e0def7aef829c72384d4d1942a04320ef22 /docs | |
parent | f462f1c101b1a82cbe633a55368b04582e4fcbd4 (diff) | |
download | pleroma-3b7c454418700ca36c0a71272f913ea8c6e464e9.tar.gz |
Let favourites and emoji reactions optionally be hidden
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 2a25a024a..2971ea324 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -60,6 +60,7 @@ To add configuration to your config file, you can copy it from the base config. * `account_field_value_length`: An account field value maximum length (default: `2048`). * `external_user_synchronization`: Enabling following/followers counters synchronization for external users. * `cleanup_attachments`: Remove attachments along with statuses. Does not affect duplicate files and attachments without status. Enabling this will increase load to database when deleting statuses on larger instances. +* `show_reactions`: Let favourites and emoji reactions be viewed through the API (default: `true`). ## Welcome * `direct_message`: - welcome message sent as a direct message. |