mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Update local backup v2 support.
This commit is contained in:
committed by
jeffrey-signal
parent
71b15d269e
commit
d9ecab5240
@@ -482,7 +482,8 @@ class AttachmentTableTest {
|
||||
quote = false,
|
||||
quoteTargetContentType = null,
|
||||
uuid = UUID.randomUUID(),
|
||||
fileName = null
|
||||
fileName = null,
|
||||
localBackupKey = null
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -706,7 +706,8 @@ class SyncMessageProcessorTest_synchronizeDeleteForMe {
|
||||
thumbnailRestoreState = this.thumbnailRestoreState,
|
||||
archiveTransferState = this.archiveTransferState,
|
||||
uuid = uuid,
|
||||
quoteTargetContentType = this.quoteTargetContentType
|
||||
quoteTargetContentType = this.quoteTargetContentType,
|
||||
metadata = null
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user