|
|
|
@ -516,6 +516,9 @@ NSString *const OWSMessageSenderRateLimitedException = @"RateLimitedException";
|
|
|
|
dispatch_async([OWSDispatch attachmentsQueue], ^{
|
|
|
|
dispatch_async([OWSDispatch attachmentsQueue], ^{
|
|
|
|
TSAttachmentStream *attachmentStream =
|
|
|
|
TSAttachmentStream *attachmentStream =
|
|
|
|
[[TSAttachmentStream alloc] initWithContentType:contentType filename:filename];
|
|
|
|
[[TSAttachmentStream alloc] initWithContentType:contentType filename:filename];
|
|
|
|
|
|
|
|
if (message.isVoiceMessage) {
|
|
|
|
|
|
|
|
attachmentStream.attachmentType = TSAttachmentTypeVoiceMessage;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
NSError *error;
|
|
|
|
NSError *error;
|
|
|
|
[attachmentStream writeData:dataCopy error:&error];
|
|
|
|
[attachmentStream writeData:dataCopy error:&error];
|
|
|
|
|