Skip to content

Commit

Permalink
- Show redacted recordings in recordings list and make them unclickab…
Browse files Browse the repository at this point in the history
…le (4).
  • Loading branch information
hardiesoft committed Feb 9, 2025
1 parent f8dcc44 commit f208c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/V1/recordingsBulkQueryUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const getFirstPass = (
: { recordingDateTime: { [Op.lt]: until } }
: {}),
GroupId: projectId,
...(types.includes(RecordingType.Audio) && includeFilteredTracks
...(types.includes(RecordingType.Audio) && !includeFilteredTracks
? { redacted: false }
: {}),
duration: statusRecordingsOnly
Expand Down

0 comments on commit f208c87

Please sign in to comment.