Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent a6eed30127
commit bda6fdf44f

@ -653,7 +653,7 @@ NSString *NSStringForOutgoingMessageRecipientState(OWSOutgoingMessageRecipientSt
return; return;
} }
recipientState.state = OWSOutgoingMessageRecipientStateSent; recipientState.state = OWSOutgoingMessageRecipientStateSent;
recipientState.wasSentByUD |= wasSentByUD; recipientState.wasSentByUD = wasSentByUD;
}]; }];
} }

Loading…
Cancel
Save