diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-30 14:28:47 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-30 14:28:47 -0500 |
commit | fdc27f074c34c71a9c993a96fc0b3fe21236ffd8 (patch) | |
tree | 78a48c90ef1c2dbc43293b8b6018530cedc8b1bb /docs/configuration/cheatsheet.md | |
parent | 14cc0c5acb840e1cd045f2a664d5d9a4d7e6d808 (diff) | |
parent | 16b7b494ba855282df74de5498819412969da561 (diff) | |
download | pleroma-fdc27f074c34c71a9c993a96fc0b3fe21236ffd8.tar.gz |
Merge remote-tracking branch 'upstream/develop' into oauth-form
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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. |