mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
hotfix/server: fix participants loading on old meetings
This commit is contained in:
@@ -133,7 +133,7 @@ class Transcript(BaseModel):
|
|||||||
long_summary: str | None = None
|
long_summary: str | None = None
|
||||||
topics: list[TranscriptTopic] = []
|
topics: list[TranscriptTopic] = []
|
||||||
events: list[TranscriptEvent] = []
|
events: list[TranscriptEvent] = []
|
||||||
participants: list[TranscriptParticipant] = []
|
participants: list[TranscriptParticipant] | None = []
|
||||||
source_language: str = "en"
|
source_language: str = "en"
|
||||||
target_language: str = "en"
|
target_language: str = "en"
|
||||||
share_mode: Literal["private", "semi-private", "public"] = "private"
|
share_mode: Literal["private", "semi-private", "public"] = "private"
|
||||||
|
|||||||
Reference in New Issue
Block a user