Populate attachment file size
// FREEBIE
This commit is contained in:
parent
fc514aa96f
commit
27a1c9f18a
4 changed files with 14 additions and 1 deletions
|
@ -127,6 +127,9 @@ MessageSender.prototype = {
|
|||
if (attachment.fileName) {
|
||||
proto.fileName = attachment.fileName;
|
||||
}
|
||||
if (attachment.size) {
|
||||
proto.size = attachment.size;
|
||||
}
|
||||
return proto;
|
||||
});
|
||||
}.bind(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue