Fix bug when sending non-body attachments (e.g. group avatars).

This commit is contained in:
Matthew Chen 2018-11-12 14:30:44 -05:00
parent 901f58c7e3
commit 7f89c90f16

View file

@ -244,6 +244,7 @@ NS_ASSUME_NONNULL_BEGIN
[messageSender sendAttachment:attachment.dataSource
contentType:attachment.mimeType
sourceFilename:attachment.filenameOrDefault
albumMessageId:message.uniqueId
inMessage:message
success:^{
OWSLogDebug(@"Successfully sent message attachment.");