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

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

View file

@ -1224,7 +1224,7 @@ export class DialogKeywords {
const imageData = await (await fetch(url)).arrayBuffer();
const contentType = mime.lookup(url);
const ext = mime.extension(url);
const ext = mime.extension(filename.localName);
reply['attachments'] = [];
// Prepare a cache to be referenced by Bot Framework.