new(basic.gblib): SEND FILE pdf as temporary images.

This commit is contained in:
me@rodrigorodriguez.com 2024-10-03 10:38:31 -03:00
parent 6c0d3ac311
commit f2fbbc5f80

View file

@ -676,7 +676,7 @@ export class WhatsappDirectLine extends GBService {
break;
case 'image/png':
await this.sendFileToDevice(to, attachment.contentUrl, attachment.name, attachment.name, 0);
await this.sendFileToDevice(to, attachment.contentUrl, attachment.name, attachment.name, 0, 0);
return;