new (basic.gbapp): NOTE keyword.

This commit is contained in:
Rodrigo Rodriguez 2023-08-22 11:03:46 -03:00
parent 543b572c34
commit fb94d6cf8a

View file

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