Merge branch 'charlesmchen/voiceMessageExtraPeriod'

pull/1/head
Matthew Chen 7 years ago
commit 7f83c6f163

@ -3161,7 +3161,7 @@ typedef enum : NSUInteger {
self.audioRecorder = nil;
NSString *filename = [NSLocalizedString(@"VOICE_MESSAGE_FILE_NAME", @"Filename for voice messages.")
stringByAppendingPathExtension:@".m4a"];
stringByAppendingPathExtension:@"m4a"];
SignalAttachment *attachment = [SignalAttachment voiceMessageAttachmentWithData:audioData
dataUTI:(NSString *)kUTTypeMPEG4Audio

Loading…
Cancel
Save