Flag voice note attachment protos as such
// FREEBIE
This commit is contained in:
parent
6055e9ce55
commit
6c53605dfd
4 changed files with 18 additions and 1 deletions
|
@ -39055,6 +39055,9 @@ MessageSender.prototype = {
|
|||
if (attachment.size) {
|
||||
proto.size = attachment.size;
|
||||
}
|
||||
if (attachment.flags) {
|
||||
proto.flags = attachment.flags;
|
||||
}
|
||||
return proto;
|
||||
});
|
||||
}.bind(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue