mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 22:22:15 +00:00
Fix blur hash for images and videos.
This commit is contained in:
committed by
Greyson Parrelli
parent
98590295df
commit
39e91ffb6e
@@ -1299,7 +1299,8 @@ class AttachmentTable(
|
||||
REMOTE_INCREMENTAL_DIGEST_CHUNK_SIZE to uploadResult.incrementalDigestChunkSize,
|
||||
DATA_SIZE to uploadResult.dataSize,
|
||||
DATA_HASH_END to dataHashEnd,
|
||||
UPLOAD_TIMESTAMP to uploadResult.uploadTimestamp
|
||||
UPLOAD_TIMESTAMP to uploadResult.uploadTimestamp,
|
||||
BLUR_HASH to uploadResult.blurHash
|
||||
)
|
||||
|
||||
val dataFilePath = getDataFilePath(id) ?: throw IOException("No data file found for attachment!")
|
||||
|
||||
Reference in New Issue
Block a user