mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-06 09:08:49 +01:00
fix(threads): whoops
This commit is contained in:
parent
e73ad62b78
commit
6db3b69639
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ export default function(obj) {
|
||||||
/* thumbnails have `Cross-Origin-Resource-Policy`
|
/* thumbnails have `Cross-Origin-Resource-Policy`
|
||||||
** set to `same-origin`, so we need to proxy them */
|
** set to `same-origin`, so we need to proxy them */
|
||||||
thumb: createStream({
|
thumb: createStream({
|
||||||
service: "instagram",
|
service: "threads",
|
||||||
type: "default",
|
type: "default",
|
||||||
u: imageUrl,
|
u: imageUrl,
|
||||||
filename: "image.jpg"
|
filename: "image.jpg"
|
||||||
|
|
Loading…
Reference in a new issue