Fix attachment MIME types.

This commit is contained in:
Matthew Chen 2018-02-16 11:34:08 -05:00
parent 9c23e2baaf
commit 77bf0b66f5

View file

@ -16,6 +16,8 @@ NSUInteger const TSAttachmentSchemaVersion = 4;
@property (nonatomic, nullable) NSString *sourceFilename;
@property (nonatomic) NSString *contentType;
@end
@implementation TSAttachment