mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix incorrect attachment archive state after changing remote key after upload.
This commit is contained in:
committed by
jeffrey-signal
parent
6196fb4f44
commit
b300c911d7
@@ -1783,7 +1783,9 @@ class AttachmentTable(
|
||||
DATA_SIZE to uploadResult.dataSize,
|
||||
DATA_HASH_END to dataHashEnd,
|
||||
UPLOAD_TIMESTAMP to uploadResult.uploadTimestamp,
|
||||
BLUR_HASH to uploadResult.blurHash
|
||||
BLUR_HASH to uploadResult.blurHash,
|
||||
ARCHIVE_TRANSFER_STATE to ArchiveTransferState.NONE.value,
|
||||
ARCHIVE_CDN to null
|
||||
)
|
||||
|
||||
val dataFilePath = getDataFilePath(id) ?: throw IOException("No data file found for attachment!")
|
||||
|
||||
Reference in New Issue
Block a user