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:
2023-11-01 11:58:15 +01:00
committed by Mathieu Virbel
parent 4da890b95f
commit 3e7031d031

View File

@@ -167,8 +167,8 @@ class TranscriptController:
self, self,
user_id: str | None = None, user_id: str | None = None,
order_by: str | None = None, order_by: str | None = None,
filter_empty: bool | None = True, filter_empty: bool | None = False,
filter_recording: bool | None = True, filter_recording: bool | None = False,
) -> list[Transcript]: ) -> list[Transcript]:
""" """
Get all transcripts Get all transcripts