Do not include release notes in chat exports.

This commit is contained in:
Greyson Parrelli
2025-12-11 14:07:18 -05:00
parent 10133b16b3
commit e930a0f8ac
24 changed files with 266 additions and 46 deletions

View File

@@ -66,11 +66,6 @@ class ArchiveImportExportTests {
runTests { it.matches(Regex("^chat_%d%d.binproto$")) }
}
// @Test
fun chatReleaseNotes() {
runTests { it.startsWith("chat_release_notes_") }
}
// @Test
fun chatFolders() {
runTests { it.startsWith("chat_folder_") }