Flag voice note attachment protos as such

// FREEBIE
This commit is contained in:
lilia 2017-05-10 15:32:05 -07:00 committed by Lilia
parent 6055e9ce55
commit 6c53605dfd
4 changed files with 18 additions and 1 deletions

View file

@ -39055,6 +39055,9 @@ MessageSender.prototype = {
if (attachment.size) {
proto.size = attachment.size;
}
if (attachment.flags) {
proto.flags = attachment.flags;
}
return proto;
});
}.bind(this));