From 51e8fdcb2550dd487dc491e835b55b76ff487810 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 5 Sep 2018 14:36:26 -0400 Subject: [PATCH] Use small thumbnail when creating quoted reply. --- SignalMessaging/ViewModels/OWSQuotedReplyModel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalMessaging/ViewModels/OWSQuotedReplyModel.m b/SignalMessaging/ViewModels/OWSQuotedReplyModel.m index 5a3f1bb52..6cfbcc1e3 100644 --- a/SignalMessaging/ViewModels/OWSQuotedReplyModel.m +++ b/SignalMessaging/ViewModels/OWSQuotedReplyModel.m @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN TSAttachmentStream *attachmentStream; if ([attachment isKindOfClass:[TSAttachmentStream class]]) { attachmentStream = (TSAttachmentStream *)attachment; - thumbnailImage = attachmentStream.originalImage; + thumbnailImage = attachmentStream.thumbnailImageSmallSync; } } else if (attachmentInfo.thumbnailAttachmentPointerId) { // download failed, or hasn't completed yet.