mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Fix embedding presence embed images
This commit is contained in:
parent
b7afcfb175
commit
597d3ba554
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user