diff options
author | lain <lain@soykaf.club> | 2020-07-30 12:41:47 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-30 12:41:47 +0000 |
commit | 873ff5ce1402ae6138f4a66dd0d71c462c0b1ece (patch) | |
tree | 9c717d08dc65e33b3757f38c8bc37c6ad89b2616 /docs/configuration | |
parent | d39b72c8fa8b338d6afd02af3d0870ccca391aba (diff) | |
parent | 00d090004eefdf6cf2cf644be1d4dcfdd8b0ba35 (diff) | |
download | pleroma-873ff5ce1402ae6138f4a66dd0d71c462c0b1ece.tar.gz |
Merge branch 'hide-reactions' into 'develop'
Let favourites and emoji reactions optionally be hidden
See merge request pleroma/pleroma!2804
Diffstat (limited to 'docs/configuration')
-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 d6a9276ee..9c768abef 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -62,6 +62,7 @@ To add configuration to your config file, you can copy it from the base config. * `registration_reason_length`: Maximum registration reason length (default: `500`). * `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. |