fix: remove MANAGE_INVITES (overflow)

This commit is contained in:
trisua 2025-06-22 15:15:39 -04:00
parent dc74c5d63c
commit 69fc3ca490
3 changed files with 3 additions and 5 deletions

View file

@ -258,7 +258,6 @@
MANAGE_APPS: 1 << 28,
MANAGE_JOURNALS: 1 << 29,
MANAGE_NOTES: 1 << 30,
MANAGE_INVITES: 1 << 31,
},
],
);