fix(whatsapp.gblib): .gbapp message subprocessing.
This commit is contained in:
parent
7e899a96f1
commit
e72b030e95
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue