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

@ -39,7 +39,6 @@ bitflags! {
const MANAGE_APPS = 1 << 28;
const MANAGE_JOURNALS = 1 << 29;
const MANAGE_NOTES = 1 << 30;
const MANAGE_INVITES = 1 << 31;
const _ = !0;
}