mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 19:18:37 +00:00
Exclude BackupMediaSnapshotTable from legacy local backups.
This commit is contained in:
committed by
Cody Henthorne
parent
69d2ad410f
commit
16d5db3639
@@ -29,6 +29,7 @@ import org.thoughtcrime.securesms.crypto.AttachmentSecret;
|
|||||||
import org.thoughtcrime.securesms.crypto.ClassicDecryptingPartInputStream;
|
import org.thoughtcrime.securesms.crypto.ClassicDecryptingPartInputStream;
|
||||||
import org.thoughtcrime.securesms.crypto.ModernDecryptingPartInputStream;
|
import org.thoughtcrime.securesms.crypto.ModernDecryptingPartInputStream;
|
||||||
import org.thoughtcrime.securesms.database.AttachmentTable;
|
import org.thoughtcrime.securesms.database.AttachmentTable;
|
||||||
|
import org.thoughtcrime.securesms.database.BackupMediaSnapshotTable;
|
||||||
import org.thoughtcrime.securesms.database.EmojiSearchTable;
|
import org.thoughtcrime.securesms.database.EmojiSearchTable;
|
||||||
import org.thoughtcrime.securesms.database.GroupReceiptTable;
|
import org.thoughtcrime.securesms.database.GroupReceiptTable;
|
||||||
import org.thoughtcrime.securesms.database.KeyValueDatabase;
|
import org.thoughtcrime.securesms.database.KeyValueDatabase;
|
||||||
@@ -101,7 +102,8 @@ public class FullBackupExporter extends FullBackupBase {
|
|||||||
AvatarPickerDatabase.TABLE_NAME,
|
AvatarPickerDatabase.TABLE_NAME,
|
||||||
RemappedRecordTables.Recipients.TABLE_NAME,
|
RemappedRecordTables.Recipients.TABLE_NAME,
|
||||||
RemappedRecordTables.Threads.TABLE_NAME,
|
RemappedRecordTables.Threads.TABLE_NAME,
|
||||||
RemoteMegaphoneTable.TABLE_NAME
|
RemoteMegaphoneTable.TABLE_NAME,
|
||||||
|
BackupMediaSnapshotTable.TABLE_NAME
|
||||||
);
|
);
|
||||||
|
|
||||||
public static BackupEvent export(@NonNull Context context,
|
public static BackupEvent export(@NonNull Context context,
|
||||||
|
|||||||
Reference in New Issue
Block a user