Respond to CR.

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

@ -140,7 +140,7 @@ NS_ASSUME_NONNULL_BEGIN
return; 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."); OWSFail(@"Ignoring message transcript for empty message.");
return; return;
} }

Loading…
Cancel
Save