Add backup support for DirectStoryReplyMessages.

This commit is contained in:
Greyson Parrelli
2025-01-16 11:04:18 -05:00
parent adda6f9ba8
commit 1459dbf64d
21 changed files with 109 additions and 19 deletions

View File

@@ -76,6 +76,11 @@ class ArchiveImportExportTests {
runTests { it.startsWith("chat_item_contact_message_") }
}
// @Test
fun chatItemDirectStoryReplyMessage() {
runTests { it.startsWith("chat_item_direct_story_reply_") }
}
// @Test
fun chatItemExpirationTimerUpdate() {
runTests { it.startsWith("chat_item_expiration_timer_update_") }