Persist blur hash with undownloaded attachments.

This commit is contained in:
Clark
2024-03-21 11:58:22 -04:00
committed by Nicholas Tinsley
parent 62ca6cdd2f
commit 16d231f718

View File

@@ -1355,6 +1355,7 @@ class AttachmentTable(
put(QUOTE, quote)
put(CAPTION, attachment.caption)
put(UPLOAD_TIMESTAMP, attachment.uploadTimestamp)
put(BLUR_HASH, attachment.blurHash?.hash)
attachment.stickerLocator?.let { sticker ->
put(STICKER_PACK_ID, sticker.packId)