new(all): Custom Domain support per bot.
This commit is contained in:
parent
cda4959501
commit
be40a46013
1 changed files with 7 additions and 0 deletions
|
@ -928,6 +928,13 @@ export class WhatsappDirectLine extends GBService {
|
||||||
switch (provider) {
|
switch (provider) {
|
||||||
case "GeneralBots":
|
case "GeneralBots":
|
||||||
|
|
||||||
|
if (req.type && req.type === 'e2e_notification')
|
||||||
|
{
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
id = req.from.split('@')[0];
|
id = req.from.split('@')[0];
|
||||||
senderName = req._data.notifyName;
|
senderName = req._data.notifyName;
|
||||||
text = req.body;
|
text = req.body;
|
||||||
|
|
Loading…
Add table
Reference in a new issue