add: invite codes
This commit is contained in:
parent
d1a074eaeb
commit
626c6711ef
19 changed files with 410 additions and 10 deletions
|
@ -39,6 +39,7 @@ 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