new (basic.gbapp): NOTE keyword.
This commit is contained in:
parent
880e0f42b7
commit
6bcd3c0187
1 changed files with 1 additions and 1 deletions
|
@ -1235,7 +1235,7 @@ export class DialogKeywords {
|
||||||
contentUrl: url
|
contentUrl: url
|
||||||
});
|
});
|
||||||
|
|
||||||
if (channel === 'omnichannel') {
|
if (channel === 'omnichannel' || !user.conversationReference) {
|
||||||
await min.conversationalService.sendFile(min, null, mobile, url, caption);
|
await min.conversationalService.sendFile(min, null, mobile, url, caption);
|
||||||
} else {
|
} else {
|
||||||
await min.conversationalService['sendOnConversation'](min, user, reply);
|
await min.conversationalService['sendOnConversation'](min, user, reply);
|
||||||
|
|
Loading…
Add table
Reference in a new issue