Add sox to ids of SN admins (#2519)

This commit is contained in:
ekzyis 2025-09-12 17:37:56 +02:00 committed by GitHub
parent ca612c156a
commit d523218fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,13 +59,14 @@ export const INV_PENDING_LIMIT = 100
export const USER_ID = {
k00b: 616,
ek: 6030,
sox: 26458,
sn: 4502,
anon: 27,
ad: 9,
delete: 106,
saloon: 17226
}
export const SN_ADMIN_IDS = [USER_ID.k00b, USER_ID.ek, USER_ID.sn]
export const SN_ADMIN_IDS = [USER_ID.k00b, USER_ID.ek, USER_ID.sox, USER_ID.sn]
export const SN_NO_REWARDS_IDS = [USER_ID.anon, USER_ID.sn, USER_ID.saloon]
export const MAX_POLL_NUM_CHOICES = 10
export const MIN_POLL_NUM_CHOICES = 2