Remove legacy property from OutgoingMessage

pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent d47ced1199
commit 3afe378063

@ -38691,8 +38691,6 @@ function OutgoingMessage(server, timestamp, numbers, message, callback) {
this.numbers = numbers;
this.message = message; // ContentMessage proto
this.callback = callback;
this.legacy = (message instanceof textsecure.protobuf.DataMessage);
this.numbersCompleted = 0;
this.errors = [];

@ -12,8 +12,6 @@ function OutgoingMessage(server, timestamp, numbers, message, callback) {
this.numbers = numbers;
this.message = message; // ContentMessage proto
this.callback = callback;
this.legacy = (message instanceof textsecure.protobuf.DataMessage);
this.numbersCompleted = 0;
this.errors = [];

Loading…
Cancel
Save