fix(DialogKeywords): update file writing method and adjust WhatsApp file sending logic
All checks were successful
GBCI / build (push) Successful in 46s
All checks were successful
GBCI / build (push) Successful in 46s
This commit is contained in:
parent
638534e31f
commit
a003f5297c
1 changed files with 1 additions and 1 deletions
|
@ -1588,7 +1588,7 @@ export class DialogKeywords {
|
|||
|
||||
|
||||
if (!isNaN(mobile)) {
|
||||
await min.whatsAppDirectLine.sendFileToDevice(mobile, url, filename, caption, undefined, true);
|
||||
await min.whatsAppDirectLine.sendFileToDevice(mobile, url, filename, caption, undefined, false);
|
||||
} else {
|
||||
await min.conversationalService['sendOnConversation'](min, user, reply);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue