fix(whatsapp.gblib): .gbapp message subprocessing.

This commit is contained in:
Rodrigo Rodriguez 2022-09-01 08:50:04 -03:00
parent 7e899a96f1
commit e72b030e95

View file

@ -983,6 +983,9 @@ export class WhatsappDirectLine extends GBService {
else if (provider === "maytapi") {
req.body.message = `/start`;
}
else {
req.body = `/start`;
}
// Resets HEAR ON DIALOG value to none and passes
// current dialog to the direct line.