fix(whatsapp.lib): Sending of images in official.

This commit is contained in:
Rodrigo Rodriguez 2024-05-29 11:06:00 -03:00
parent e25b30f793
commit abee86f162

View file

@ -665,7 +665,7 @@ export class GBConversationalService {
: fileUrl;
if (!isMedia) {
text = text.substring(image.length).trim();
text = text.substring(image.length + 1).trim();
text = text.replace(/\n/g, "\\n");
}