fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit e72b030e95 - Show all commits

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.