Remove legacy property from OutgoingMessage
This commit is contained in:
parent
d47ced1199
commit
3afe378063
2 changed files with 0 additions and 4 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue