fix(whatsapp.gblib): SEND FILE sending bug.
This commit is contained in:
parent
9211cd84eb
commit
61183a3654
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
{
|
{
|
||||||
name: 'uploaded.png',
|
name: 'uploaded.png',
|
||||||
contentType: base64Image.mimetype,
|
contentType: base64Image.mimetype,
|
||||||
contentUrl: `data:image/png;base64,${base64Image.data}`
|
contentUrl: `data:${base64Image.mimetype};base64,${base64Image.data}`
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue