New staged attachments UI, multiple image attachments per message

This commit is contained in:
Scott Nonnenberg 2018-12-01 17:48:53 -08:00
parent e4babdaef0
commit 985b1d6aa6
22 changed files with 1550 additions and 648 deletions

View file

@ -30,7 +30,7 @@ function OutgoingMessage(
this.failoverNumbers = [];
this.unidentifiedDeliveries = [];
const { numberInfo, senderCertificate, online } = options;
const { numberInfo, senderCertificate, online } = options || {};
this.numberInfo = numberInfo;
this.senderCertificate = senderCertificate;
this.online = online;