mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
server: do not remove empty or recording transcripts by default
We should have the possibility to delete or hide them later
This commit is contained in:
@@ -167,8 +167,8 @@ class TranscriptController:
|
||||
self,
|
||||
user_id: str | None = None,
|
||||
order_by: str | None = None,
|
||||
filter_empty: bool | None = True,
|
||||
filter_recording: bool | None = True,
|
||||
filter_empty: bool | None = False,
|
||||
filter_recording: bool | None = False,
|
||||
) -> list[Transcript]:
|
||||
"""
|
||||
Get all transcripts
|
||||
|
||||
Reference in New Issue
Block a user