Add guest Live Show opt-in toggle

This commit is contained in:
Codex Agent
2026-01-05 15:29:59 +01:00
parent 15be3b847c
commit 35ef8f1586
8 changed files with 116 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export type QueueItem = {
blob: Blob;
emotion_id?: number | null;
task_id?: number | null;
live_show_opt_in?: boolean | null;
status: 'pending' | 'uploading' | 'done' | 'error';
retries: number;
nextAttemptAt?: number | null;