Skip to content

Commit

Permalink
new(basic.gblib): SEND FILE pdf as temporary images.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 3, 2024
1 parent 6c0d3ac commit f2fbbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/whatsapp.gblib/services/WhatsappDirectLine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f2fbbc5

Please sign in to comment.