Remove legacy property from OutgoingMessage

This commit is contained in:
lilia 2017-06-20 17:27:27 -07:00 committed by Scott Nonnenberg
parent d47ced1199
commit 3afe378063
2 changed files with 0 additions and 4 deletions

View file

@ -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 = [];