This commit was merged in pull request #71.
This commit is contained in:
@@ -3,7 +3,7 @@ import { nostrIdentities } from "./nostr-identities";
|
||||
|
||||
// ── Status + reviewer types ───────────────────────────────────────────────────
|
||||
|
||||
export const QUEUE_STATUSES = ["pending", "approved", "rejected", "auto_approved"] as const;
|
||||
export const QUEUE_STATUSES = ["pending", "approved", "rejected", "auto_approved", "flagged"] as const;
|
||||
export type QueueStatus = (typeof QUEUE_STATUSES)[number];
|
||||
|
||||
export const QUEUE_REVIEWERS = ["timmy_ai", "admin"] as const;
|
||||
|
||||
Reference in New Issue
Block a user