new(whatsapp.gblib): Native provider works in groups now.
This commit is contained in:
parent
39a881e61e
commit
9a211fc6a9
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ export class WhatsappDirectLine extends GBService {
|
|||
|
||||
// The e-mail is sent to all bots.
|
||||
|
||||
const html = `<P>${msg}</P><IMG src=${url}/>`
|
||||
const html = `<P>${msg}</P><IMG src="${url}"/>`
|
||||
await s.sendEmail(adminEmail, `Check your WhatsApp for bot ${this.botId}`, html);
|
||||
|
||||
}).bind(this));
|
||||
|
|
Loading…
Add table
Reference in a new issue