mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Use small thumbnail when creating quoted reply.
This commit is contained in:
parent
dc3467dcda
commit
51e8fdcb25
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue