Fix archive handling of mixed error send statuses, add more tests.

This commit is contained in:
Greyson Parrelli
2025-09-10 11:42:43 -04:00
parent 236c79bfbb
commit d44bed0379
20 changed files with 10 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ class GroupReceiptTable(context: Context?, databaseHelper: SignalDatabase?) : Da
const val STATUS_READ = 2
const val STATUS_VIEWED = 3
const val STATUS_SKIPPED = 4
const val STATUS_FAILED = 5
const val CREATE_TABLE = """
CREATE TABLE $TABLE_NAME (