From 37278c22d5826f296ecedcca3b4c3ed8c2be5a4b Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 11 May 2017 10:04:42 -0400 Subject: [PATCH] Remove extra period in voice message file names. // FREEBIE --- Signal/src/ViewControllers/MessagesViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/MessagesViewController.m b/Signal/src/ViewControllers/MessagesViewController.m index 55fde2b9e..0c23145af 100644 --- a/Signal/src/ViewControllers/MessagesViewController.m +++ b/Signal/src/ViewControllers/MessagesViewController.m @@ -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