add: increase invite code limits
This commit is contained in:
parent
38ddf6cde1
commit
dc74c5d63c
3 changed files with 7 additions and 4 deletions
|
@ -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,
|
||||
},
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue