Add various backup fixes for polls.

This commit is contained in:
Michelle Tang
2025-10-29 09:54:40 -04:00
committed by jeffrey-signal
parent 3f5a4ebf7b
commit 47201f4955
39 changed files with 45 additions and 7 deletions

View File

@@ -211,6 +211,11 @@ class ArchiveImportExportTests {
runTests { it.startsWith("chat_item_view_once_") }
}
// @Test
fun chatItemPoll() {
runTests { it.startsWith("chat_item_poll_") }
}
// @Test
fun notificationProfiles() {
runTests { it.startsWith("notification_profile_") }