add: increase invite code limits

This commit is contained in:
trisua 2025-06-22 15:06:21 -04:00
parent 38ddf6cde1
commit dc74c5d63c
3 changed files with 7 additions and 4 deletions

View file

@ -256,6 +256,9 @@
MANAGE_STACKS: 1 << 26,
STAFF_BADGE: 1 << 27,
MANAGE_APPS: 1 << 28,
MANAGE_JOURNALS: 1 << 29,
MANAGE_NOTES: 1 << 30,
MANAGE_INVITES: 1 << 31,
},
],
);