Respond to CR.

This commit is contained in:
Matthew Chen 2019-10-23 18:04:36 -03:00
parent ef162c7194
commit 69d8bff212

View File

@ -259,6 +259,7 @@ public class SignalAttachment: NSObject {
let attachment = SignalAttachment(dataSource: clonedDataSource, dataUTI: self.dataUTI)
attachment.captionText = self.captionText
attachment.isViewOnceAttachment = self.isViewOnceAttachment
return attachment
}