Modify attachment emojis.

pull/1/head
Matthew Chen 8 years ago
parent 2df54a5775
commit f230717b68

@ -181,9 +181,9 @@ NSUInteger const TSAttachmentSchemaVersion = 4;
if ([MIMETypeUtil isImage:contentType]) {
return @"📷";
} else if ([MIMETypeUtil isVideo:contentType]) {
return @"📽";
return @"🎥";
} else if ([MIMETypeUtil isAudio:contentType]) {
return @"📻";
return @"🎧";
} else if ([MIMETypeUtil isAnimated:contentType]) {
return @"🎡";
} else {

Loading…
Cancel
Save