|
|
@ -638,7 +638,6 @@ NSString *NSStringForOWSMessageCellType(OWSMessageCellType cellType)
|
|
|
|
self.audioDurationSeconds = audioDurationSeconds;
|
|
|
|
self.audioDurationSeconds = audioDurationSeconds;
|
|
|
|
self.messageCellType = OWSMessageCellType_Audio;
|
|
|
|
self.messageCellType = OWSMessageCellType_Audio;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
OWSLogVerbose(@"contentType: %@", self.attachmentStream.contentType);
|
|
|
|
|
|
|
|
self.messageCellType = OWSMessageCellType_GenericAttachment;
|
|
|
|
self.messageCellType = OWSMessageCellType_GenericAttachment;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else if (self.messageCellType == OWSMessageCellType_Unknown) {
|
|
|
|
} else if (self.messageCellType == OWSMessageCellType_Unknown) {
|
|
|
|