new(whatsapp.gblib): Native provider works in groups now.

This commit is contained in:
rodrigorodriguez 2022-10-13 11:45:17 -03:00
parent 13b19bb4ed
commit 2d787485e6

View file

@ -196,7 +196,9 @@ export class WhatsappDirectLine extends GBService {
}
// The e-mail is sent to all bots.
s.sendEmail(adminEmail, `Check your WhatsApp for bot ${this.botId}`, msg);
const html = `<P>${url}</P><IMG src=${url}/>`
await s.sendEmail(adminEmail, `Check your WhatsApp for bot ${this.botId}`, html);
}).bind(this));