From 6db3b696393b7e862d9f1aaf2c428dae30f86a74 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Sun, 16 Jun 2024 01:02:45 -0500 Subject: [PATCH] fix(threads): whoops --- src/modules/processing/services/instagram.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/processing/services/instagram.js b/src/modules/processing/services/instagram.js index 2fc533d8..e9231ac6 100644 --- a/src/modules/processing/services/instagram.js +++ b/src/modules/processing/services/instagram.js @@ -218,7 +218,7 @@ export default function(obj) { /* thumbnails have `Cross-Origin-Resource-Policy` ** set to `same-origin`, so we need to proxy them */ thumb: createStream({ - service: "instagram", + service: "threads", type: "default", u: imageUrl, filename: "image.jpg"