Add view-once support to backupsV2.

This commit is contained in:
Greyson Parrelli
2024-10-03 16:42:57 -04:00
parent 97ce7e4150
commit 5efa1be3a5
20 changed files with 49 additions and 4 deletions

View File

@@ -182,7 +182,12 @@ class ArchiveImportExportTests {
runTests { it.startsWith("chat_item_thread_merge_update_") }
}
// @Test
@Test
fun chatItemViewOnce() {
runTests { it.startsWith("chat_item_view_once_") }
}
// @Test
fun recipientCallLink() {
runTests { it.startsWith("recipient_call_link_") }
}