summaryrefslogtreecommitdiff
path: root/src/config.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-02 18:35:09 +0500
committerilotterytea <iltsu@alright.party>2025-05-02 18:35:09 +0500
commit0c25e3dd54225b126ad8e48e10f4fbde8ce26ec5 (patch)
treedb7fc3d7c73f96a236eafd12c4255b1835ab3cdd /src/config.php
parent9c7e8c24f8273f70d743ae44034a01da352a88e9 (diff)
feat: emote approval
Diffstat (limited to 'src/config.php')
-rw-r--r--src/config.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.php b/src/config.php
index d75e9f1..f5056ce 100644
--- a/src/config.php
+++ b/src/config.php
@@ -18,6 +18,12 @@ define("ANONYMOUS_DEFAULT_NAME", "chud");
// EMOTES
define("EMOTE_NAME_MAX_LENGTH", 100);
+define("EMOTE_COMMENT_MAX_LENGTH", 100);
+define("EMOTE_VISIBILITY_DEFAULT", 2);
+
+// MODERATION
+define("MOD_SYSTEM_DASHBOARD", true);
+define("MOD_EMOTES_APPROVE", true);
// ACCOUNTS
define("ACCOUNT_USERNAME_REGEX", "/^[A-Za-z0-9_]+$/");