From: Alex Gleason Date: Wed, 29 Jul 2020 17:43:39 +0000 (-0500) Subject: Merge remote-tracking branch 'upstream/develop' into hide-reactions X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d8a01c94321e90832fea5a26fbb2a2f5be1c5ba5;p=akkoma Merge remote-tracking branch 'upstream/develop' into hide-reactions --- d8a01c94321e90832fea5a26fbb2a2f5be1c5ba5 diff --cc docs/configuration/cheatsheet.md index 2971ea324,d6a9276ee..9c768abef --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@@ -58,9 -59,9 +59,10 @@@ To add configuration to your config fil * `max_remote_account_fields`: The maximum number of custom fields in the remote user profile (default: `20`). * `account_field_name_length`: An account field name maximum length (default: `512`). * `account_field_value_length`: An account field value maximum length (default: `2048`). + * `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.