We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50be17 commit ff7bd68Copy full SHA for ff7bd68
SignalServiceKit/Messages/MessageSender.swift
@@ -675,12 +675,7 @@ public class MessageSender {
675
private struct OuterRecoveryState {
676
var canLookUpPhoneNumbers = true
677
var canRefreshExpiringGroupSendEndorsements = true
678
-
679
- // Sender key sends will fail if a single recipient has an invalid access
680
- // token, but the server can't identify the recipient for us. To recover,
681
- // fall back to a fanout; this will fail only for the affect recipient.
682
var canUseMultiRecipientSealedSender = true
683
684
var canHandleMultiRecipientMismatchedDevices = true
685
var canHandleMultiRecipientStaleDevices = true
686
0 commit comments