Merge branch 'hide-reactions' into 'develop'
Let favourites and emoji reactions optionally be hidden See merge request pleroma/pleroma!2804
This commit is contained in:
commit
873ff5ce14
8 changed files with 44 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue