Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent 2dcc79fbca
commit f37aacca85

@ -1473,6 +1473,8 @@ NS_ASSUME_NONNULL_BEGIN
[incomingMessage setQuotedMessageThumbnailAttachmentStream:attachmentStream]; [incomingMessage setQuotedMessageThumbnailAttachmentStream:attachmentStream];
[incomingMessage saveWithTransaction:transaction]; [incomingMessage saveWithTransaction:transaction];
} else { } else {
// We touch the message to trigger redraw of any views displaying it,
// since the attachment might be a contact avatar, etc.
[incomingMessage touchWithTransaction:transaction]; [incomingMessage touchWithTransaction:transaction];
} }
}]; }];

Loading…
Cancel
Save