🔧 refactor: Remove the hasSensitiveContent field set during testing.

This commit is contained in:
jarvis2f 2024-12-21 16:34:18 +08:00
parent 727100d53c
commit 0640e6c9b7

View file

@ -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,