diff --git a/worker/src/server.js b/worker/src/server.js index 256ca2d..612836b 100644 --- a/worker/src/server.js +++ b/worker/src/server.js @@ -1525,10 +1525,6 @@ async function downloadDomStickerThroughScreenshot(p, request) { return { contentType: "image/png", buffer: canvasCapture.buffer }; } - if (canvasCapture.hasCanvas && !canvasCapture.blocked) { - throw new Error(`${kindLabel} canvas is blank.`); - } - let buffer; if (request?.acceptSmall) { buffer = await screenshotClip(await currentBoxOrMeta());