file upload real-time state management fix

This commit is contained in:
Igor Loskutov
2025-09-04 14:13:49 -04:00
parent 0751d01f13
commit ad780551b7
3 changed files with 35 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ from reflector.db.search import (
from reflector.db.transcripts import (
SourceKind,
TranscriptParticipant,
TranscriptStatus,
TranscriptTopic,
transcripts_controller,
)
@@ -63,7 +64,7 @@ class GetTranscriptMinimal(BaseModel):
id: str
user_id: str | None
name: str
status: str
status: TranscriptStatus
locked: bool
duration: float
title: str | None