diff --git a/SignalServiceKit/src/Devices/OWSRecordTranscriptJob.m b/SignalServiceKit/src/Devices/OWSRecordTranscriptJob.m index c9144a752..8f91b2b57 100644 --- a/SignalServiceKit/src/Devices/OWSRecordTranscriptJob.m +++ b/SignalServiceKit/src/Devices/OWSRecordTranscriptJob.m @@ -98,11 +98,6 @@ NS_ASSUME_NONNULL_BEGIN quotedMessage:transcript.quotedMessage contactShare:transcript.contact]; - // TODO: When written, desktop didn't yet support sending quotedMessages, so we didn't have a - // good way to test the handling of transcripts with a quotedMessage. This assertion can be delete - // once we've tested transcripts with quoted messages are processed correctly. - OWSAssert(transcript.quotedMessage == nil); - TSQuotedMessage *_Nullable quotedMessage = transcript.quotedMessage; if (quotedMessage && quotedMessage.thumbnailAttachmentPointerId) { // We weren't able to derive a local thumbnail, so we'll fetch the referenced attachment.