Fix issue with directionless chats being unread after backupV2 import.

This commit is contained in:
Greyson Parrelli
2024-10-04 15:30:33 -04:00
parent 8c63977775
commit a9264a316f
2 changed files with 29 additions and 19 deletions

View File

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