Skip to content

Commit

Permalink
chore: revert change to features defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshack committed Jan 14, 2024
1 parent d9729e5 commit 0a6c4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/features.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* A collection of feature flags to enable/disable select functionality
*/
return [
'reactions' => env("FEATURE_REACTIONS", false),
'reactions' => env("FEATURE_REACTIONS", true),
];

0 comments on commit 0a6c4cd

Please sign in to comment.