add: community member list
This commit is contained in:
parent
1a2efdba1f
commit
ca0c4b9e0b
12 changed files with 264 additions and 16 deletions
|
@ -16,6 +16,7 @@ bitflags! {
|
|||
const BANNED = 1 << 5;
|
||||
const REQUESTED = 1 << 6;
|
||||
const MANAGE_PINS = 1 << 7;
|
||||
const MANAGE_COMMUNITY = 1 << 8;
|
||||
|
||||
const _ = !0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue