new(all): Custom Domain support per bot.

This commit is contained in:
rodrigorodriguez 2022-10-09 21:30:14 -03:00
parent cda4959501
commit be40a46013

View file

@ -928,6 +928,13 @@ export class WhatsappDirectLine extends GBService {
switch (provider) {
case "GeneralBots":
if (req.type && req.type === 'e2e_notification')
{
return;
}
id = req.from.split('@')[0];
senderName = req._data.notifyName;
text = req.body;