From be2912e26bdf1843c3a91fc0717b301f168d4962 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 9 May 2025 18:15:54 +0500 Subject: feat: option to log user actions --- src/config.sample.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/config.sample.php b/src/config.sample.php index 7478be6..9a50d2d 100644 --- a/src/config.sample.php +++ b/src/config.sample.php @@ -49,6 +49,7 @@ define("ACCOUNT_SECRET_KEY_LENGTH", 32); // The length for secret keys. define("ACCOUNT_PFP_MAX_SIZE", [128, 128]); // Max dimensions for account pictures. define("ACCOUNT_BANNER_MAX_SIZE", [1920, 1080]); // Max dimensions for account banners. define("ACCOUNT_PUBLIC_LIST", true); // The public list of accounts. +define("ACCOUNT_LOG_ACTIONS", true); // Log user's actions (emote addition, etc.). // TWITCH define("TWITCH_REGISTRATION_ENABLE", false); // Enable account registration via Twitch. -- cgit v1.2.3