Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina Fefelova 2025-05-23 09:56:42 +04:00
parent 591d292b19
commit af213660e4
No known key found for this signature in database
GPG Key ID: 750D35EF042F0690

View File

@ -144,7 +144,7 @@
}
for (const file of message.files) {
if (draft.files.find((it) => it.blobId === file.blobId)) continue
if (files.find((it) => it.blobId === file.blobId)) continue
void deleteFile(file.blobId)
await communicationClient.removeFile(card._id, message.id, message.created, file.blobId)
}