diff --git a/libtextsecure/sendmessage.js b/libtextsecure/sendmessage.js index bdc2fe2c2..4ce31886d 100644 --- a/libtextsecure/sendmessage.js +++ b/libtextsecure/sendmessage.js @@ -312,12 +312,6 @@ MessageSender.prototype = { const message = new Message(attrs); const silent = false; - // Remove this when we add support for attachments - message.preview = []; - if (message.quote) { - message.quote.attachments = []; - } - return Promise.all([ this.uploadAttachments(message), this.uploadThumbnails(message),