add: allow community questions to be deleted by community owner

This commit is contained in:
trisua 2025-04-13 00:48:32 -04:00
parent 09ef0fc301
commit c49e4458e2
4 changed files with 67 additions and 1 deletions

View file

@ -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;
}