summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-09 18:15:54 +0500
committerilotterytea <iltsu@alright.party>2025-05-09 18:15:54 +0500
commitbe2912e26bdf1843c3a91fc0717b301f168d4962 (patch)
tree5d8cd5c81f01449ff10022d1e313f68838abcf0c /src
parent84458ca14672d25514970a7ab596cb2e4ff269d6 (diff)
feat: option to log user actions
Diffstat (limited to 'src')
-rw-r--r--src/config.sample.php1
1 files changed, 1 insertions, 0 deletions
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.