mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix attachment MIME types.
This commit is contained in:
parent
9c23e2baaf
commit
77bf0b66f5
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ NSUInteger const TSAttachmentSchemaVersion = 4;
|
|||
|
||||
@property (nonatomic, nullable) NSString *sourceFilename;
|
||||
|
||||
@property (nonatomic) NSString *contentType;
|
||||
|
||||
@end
|
||||
|
||||
@implementation TSAttachment
|
||||
|
|
Loading…
Reference in a new issue