Fix link preview backup import/export.

This commit is contained in:
Greyson Parrelli
2024-09-25 16:07:38 -04:00
parent 81d99c9d30
commit e77d9d3ad6
3 changed files with 23 additions and 14 deletions

View File

@@ -156,6 +156,11 @@ class ArchiveImportExportTests {
runTests { it.startsWith("chat_item_standard_message_with_edits_") }
}
// @Test
fun chatItemStandardMessageWithLinkPreview() {
runTests { it.startsWith("chat_item_standard_message_with_link_preview_") }
}
// @Test
fun chatItemStandardMessageWithQuote() {
runTests { it.startsWith("chat_item_standard_message_with_quote_") }