new(whatsapp.gblib): Native provider works in groups now.
This commit is contained in:
parent
13b19bb4ed
commit
2d787485e6
1 changed files with 3 additions and 1 deletions
|
@ -196,7 +196,9 @@ export class WhatsappDirectLine extends GBService {
|
||||||
}
|
}
|
||||||
|
|
||||||
// The e-mail is sent to all bots.
|
// 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));
|
}).bind(this));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue