diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index d168d54d8..26f87964a 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -670,7 +670,7 @@ BADGE_BLACKLIST = { # only grantable by admins higher than PERMS['IGNORE_BADGE_B NOTIFIED_USERS = {} -if SITE == 'rdrama.net': +if SITE in {'rdrama.net', 'staging.rdrama.net'}: NOTIFICATION_SPAM_AGE_THRESHOLD = 0.5 * 86400 TELEGRAM_ID = "rdramanet"