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]) { if ([MIMETypeUtil isImage:contentType]) {
return @"📷"; return @"📷";
} else if ([MIMETypeUtil isVideo:contentType]) { } else if ([MIMETypeUtil isVideo:contentType]) {
return @"📽"; return @"🎥";
} else if ([MIMETypeUtil isAudio:contentType]) { } else if ([MIMETypeUtil isAudio:contentType]) {
return @"📻"; return @"🎧";
} else if ([MIMETypeUtil isAnimated:contentType]) { } else if ([MIMETypeUtil isAnimated:contentType]) {
return @"🎡"; return @"🎡";
} else { } else {

Loading…
Cancel
Save