new(basic.gblib): SEND FILE pdf as temporary images.
This commit is contained in:
parent
6c0d3ac311
commit
f2fbbc5f80
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'image/png':
|
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;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue