mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-19 16:24:41 +01:00
Fix SMS attachment exports for local and plaintext archive.
This commit is contained in:
committed by
Greyson Parrelli
parent
5a43ddf03e
commit
ce5a5b58ee
@@ -91,6 +91,7 @@ class LocalArchiveJob internal constructor(parameters: Parameters) : Job(paramet
|
||||
stopwatch.split("create-snapshot")
|
||||
|
||||
try {
|
||||
SignalDatabase.attachments.createRemoteKeyForAttachmentsThatNeedArchiveUpload()
|
||||
SignalDatabase.attachmentMetadata.insertNewKeysForExistingAttachments()
|
||||
|
||||
val progressScope = CoroutineScope(SupervisorJob() + Dispatchers.Default)
|
||||
|
||||
@@ -108,6 +108,7 @@ class LocalPlaintextArchiveJob internal constructor(
|
||||
stopwatch.split("create-dir")
|
||||
|
||||
try {
|
||||
SignalDatabase.attachments.createRemoteKeyForAttachmentsThatNeedArchiveUpload()
|
||||
SignalDatabase.attachmentMetadata.insertNewKeysForExistingAttachments()
|
||||
|
||||
val progressScope = CoroutineScope(SupervisorJob() + Dispatchers.Default)
|
||||
|
||||
Reference in New Issue
Block a user