new (basic.gbapp): NOTE keyword.
This commit is contained in:
parent
543b572c34
commit
fb94d6cf8a
1 changed files with 1 additions and 1 deletions
|
@ -1235,7 +1235,7 @@ export class DialogKeywords {
|
||||||
contentUrl: url
|
contentUrl: url
|
||||||
});
|
});
|
||||||
|
|
||||||
if (channel === 'omnichannel' || !user.conversationReference) {
|
if (channel === 'omnichannel' || !user) {
|
||||||
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