kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix error reporting for failed group sends.
rodzic
693a82f133
commit
64e4bcf46a
|
@ -213,9 +213,11 @@ public final class PushGroupSendJob extends PushSendJob {
|
||||||
}
|
}
|
||||||
|
|
||||||
existingNetworkFailures.removeAll(resolvedNetworkFailures);
|
existingNetworkFailures.removeAll(resolvedNetworkFailures);
|
||||||
|
existingNetworkFailures.addAll(networkFailures);
|
||||||
database.setNetworkFailures(messageId, existingNetworkFailures);
|
database.setNetworkFailures(messageId, existingNetworkFailures);
|
||||||
|
|
||||||
existingIdentityMismatches.removeAll(resolvedIdentityFailures);
|
existingIdentityMismatches.removeAll(resolvedIdentityFailures);
|
||||||
|
existingIdentityMismatches.addAll(identityMismatches);
|
||||||
database.setMismatchedIdentities(messageId, existingIdentityMismatches);
|
database.setMismatchedIdentities(messageId, existingIdentityMismatches);
|
||||||
|
|
||||||
SignalDatabase.groupReceipts().setUnidentified(successUnidentifiedStatus, messageId);
|
SignalDatabase.groupReceipts().setUnidentified(successUnidentifiedStatus, messageId);
|
||||||
|
|
Ładowanie…
Reference in New Issue