fix: i changed the wrong file

This commit is contained in:
Snazzah 2024-06-16 01:23:40 -05:00
parent 0e8e428485
commit e16dff3c84
No known key found for this signature in database
GPG Key ID: EA479766A94CEB61
2 changed files with 2 additions and 2 deletions

View File

@ -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: "threads",
service: "instagram",
type: "default",
u: imageUrl,
filename: "image.jpg"

View File

@ -93,7 +93,7 @@ export default async function({ user, id, quality, dispatcher }) {
/* 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: media.image_versions2.candidates[0].url,
filename: "image.jpg"