🔧 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) => {
|
page.files.forEach((file) => {
|
||||||
files.push({
|
files.push({
|
||||||
...file,
|
...file,
|
||||||
hasSensitiveContent: true,
|
|
||||||
downloadStatus:
|
downloadStatus:
|
||||||
latestFilesStatus[file.id]?.downloadStatus ?? file.downloadStatus,
|
latestFilesStatus[file.id]?.downloadStatus ?? file.downloadStatus,
|
||||||
localPath: latestFilesStatus[file.id]?.localPath ?? file.localPath,
|
localPath: latestFilesStatus[file.id]?.localPath ?? file.localPath,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue