Lite version: just uploads images without creating svgs

This commit is contained in:
2022-01-23 04:37:06 +03:00
parent 9702be4463
commit 28a36cd3a7
5 changed files with 9 additions and 2910 deletions

View File

@@ -22,7 +22,7 @@ export default async function(owner_id) {
let images = [];
for (const post of posts) {
images.push(await postToImage(post));
images.push(...postToImage(post));
}
return images;