fix: remove MANAGE_INVITES (overflow)
This commit is contained in:
parent
dc74c5d63c
commit
69fc3ca490
3 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue