Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent 8dc3333467
commit 8e84f89239

@ -140,7 +140,7 @@ NS_ASSUME_NONNULL_BEGIN
return;
}
if (outgoingMessage.body.length < 1 && outgoingMessage.attachmentIds.count < 1) {
if (outgoingMessage.body.length < 1 && outgoingMessage.attachmentIds.count < 1 && !outgoingMessage.contactShare) {
OWSFail(@"Ignoring message transcript for empty message.");
return;
}

Loading…
Cancel
Save