Support pinned messages in backups.

This commit is contained in:
Michelle Tang
2025-12-16 11:35:39 -05:00
committed by jeffrey-signal
parent b99fec4274
commit b65079ec20
26 changed files with 124 additions and 23 deletions

View File

@@ -216,6 +216,11 @@ class ArchiveImportExportTests {
runTests { it.startsWith("chat_item_poll_") }
}
// @Test
fun chatItemPinMessage() {
runTests { it.startsWith("chat_item_pin_message_") }
}
// @Test
fun notificationProfiles() {
runTests { it.startsWith("notification_profile_") }