mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix archive handling of mixed error send statuses, add more tests.
This commit is contained in:
@@ -198,6 +198,8 @@ public final class MessageDetailsRepository {
|
||||
return RecipientDeliveryStatus.Status.VIEWED;
|
||||
} else if (groupStatus == GroupReceiptTable.STATUS_SKIPPED) {
|
||||
return RecipientDeliveryStatus.Status.SKIPPED;
|
||||
} else if (groupStatus == GroupReceiptTable.STATUS_FAILED) {
|
||||
return RecipientDeliveryStatus.Status.SKIPPED;
|
||||
}
|
||||
|
||||
throw new AssertionError();
|
||||
|
||||
Reference in New Issue
Block a user