We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb96d0 commit b5b3975Copy full SHA for b5b3975
src/frontend/lib/file.ts
@@ -57,6 +57,7 @@ export async function compressFile(oldFile: FileWithParams) {
57
const newFileWithParams = fileAppendParams(compressed)
58
newFileWithParams.id = oldFile.id
59
newFileWithParams.thumbnail = oldFile.thumbnail
60
+ newFileWithParams.fileHash = oldFile.fileHash
61
newFileWithParams.key = oldFile.key
62
63
return newFileWithParams
0 commit comments