fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 6bcd3c0187 - Show all commits

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);