Respond to CR.

This commit is contained in:
Matthew Chen 2019-01-22 10:17:11 -05:00
parent 2dcc79fbca
commit f37aacca85
1 changed files with 2 additions and 0 deletions

View File

@ -1473,6 +1473,8 @@ NS_ASSUME_NONNULL_BEGIN
[incomingMessage setQuotedMessageThumbnailAttachmentStream:attachmentStream];
[incomingMessage saveWithTransaction:transaction];
} 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];
}
}];