🔧 refactor: Remove the hasSensitiveContent field set during testing.
This commit is contained in:
parent
727100d53c
commit
0640e6c9b7
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ export function useFiles(accountId: string, chatId: string) {
|
|||
page.files.forEach((file) => {
|
||||
files.push({
|
||||
...file,
|
||||
hasSensitiveContent: true,
|
||||
downloadStatus:
|
||||
latestFilesStatus[file.id]?.downloadStatus ?? file.downloadStatus,
|
||||
localPath: latestFilesStatus[file.id]?.localPath ?? file.localPath,
|
||||
|
|
|
|||
Loading…
Reference in a new issue