add: allow community questions to be deleted by community owner
This commit is contained in:
parent
09ef0fc301
commit
c49e4458e2
4 changed files with 67 additions and 1 deletions
|
@ -17,6 +17,7 @@ bitflags! {
|
|||
const REQUESTED = 1 << 6;
|
||||
const MANAGE_PINS = 1 << 7;
|
||||
const MANAGE_COMMUNITY = 1 << 8;
|
||||
const MANAGE_QUESTIONS = 1 << 9;
|
||||
|
||||
const _ = !0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue