new (basic.gbapp): NOTE keyword.

This commit is contained in:
Rodrigo Rodriguez 2023-08-21 18:02:06 -03:00
parent 880e0f42b7
commit 6bcd3c0187

View file

@ -1235,7 +1235,7 @@ export class DialogKeywords {
contentUrl: url
});
if (channel === 'omnichannel') {
if (channel === 'omnichannel' || !user.conversationReference) {
await min.conversationalService.sendFile(min, null, mobile, url, caption);
} else {
await min.conversationalService['sendOnConversation'](min, user, reply);