new(whatsapp.gblib): New WhatsApp provider: Meta.

This commit is contained in:
Rodrigo Rodriguez 2024-04-29 14:41:18 -03:00
parent 1cf54c28c3
commit 23265ce488

View file

@ -659,6 +659,8 @@ export class GBConversationalService {
: fileUrl; : fileUrl;
text = text.substring(image.length).trim(); text = text.substring(image.length).trim();
text = text.replace(/\n/g, "\\n");
let data = { let data = {
name: 'broadcast', components: [ name: 'broadcast', components: [
{ {