Check network tier on export.

This commit is contained in:
Alex Hart
2025-06-04 09:17:33 -03:00
committed by Cody Henthorne
parent 74d9195d94
commit c3dcdd2010
2 changed files with 17 additions and 4 deletions

View File

@@ -257,7 +257,7 @@ object LinkDeviceRepository {
outputStream = outputStream,
append = { tempBackupFile.appendBytes(it) },
messageBackupKey = ephemeralMessageBackupKey,
mediaBackupEnabled = false,
skipMediaBackup = true,
forTransfer = true,
cancellationSignal = cancellationSignal
)