Fix embedding presence embed images

This commit is contained in:
Samuel Elliott
2023-12-27 23:36:05 +00:00
parent b7afcfb175
commit 597d3ba554

View File

@@ -1206,7 +1206,7 @@ class Server extends HttpServer {
return;
}
const url_map = await this.downloadImages(result, this.getResourceBaseUrls(req));
const url_map = await this.getImages(result, this.getResourceBaseUrls(req));
const svg = renderUserEmbedSvg(result, url_map, theme, friend_code, 1, transparent, width);
const [image, type] = await renderUserEmbedImage(svg, format);