Allow syncing additional types of messages to linked devices.

This commit is contained in:
Greyson Parrelli
2025-01-31 15:33:14 -05:00
parent 112874c080
commit 0a90d9f003
6 changed files with 28 additions and 14 deletions

View File

@@ -143,7 +143,7 @@ class InternalBackupPlaygroundViewModel : ViewModel() {
append = { bytes -> tempFile.appendBytes(bytes) }
)
_state.value = _state.value.copy(statusMessage = "Export complete! Validating...")
ArchiveValidator.validate(tempFile, SignalStore.backup.messageBackupKey)
ArchiveValidator.validate(tempFile, SignalStore.backup.messageBackupKey, forTransfer = false)
}
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())