mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +01:00
Allow syncing additional types of messages to linked devices.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user