Fix blur hash for images and videos.

This commit is contained in:
Michelle Tang
2024-11-05 11:51:55 -05:00
committed by Greyson Parrelli
parent 98590295df
commit 39e91ffb6e
5 changed files with 10 additions and 5 deletions

View File

@@ -895,7 +895,8 @@ class AttachmentTableTest_deduping {
incrementalDigest = Random.nextBytes(16),
incrementalDigestChunkSize = 5,
uploadTimestamp = uploadTimestamp,
dataSize = databaseAttachment.size
dataSize = databaseAttachment.size,
blurHash = databaseAttachment.blurHash?.hash
)
}
}