mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-25 02:34:47 +01:00
api/twitter: don't return thumb for photos in a picker
it's the same image anyway, this just makes the response smaller
This commit is contained in:
parent
95f5fd978f
commit
72a21b203e
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ export default async function({ id, index, toGif, dispatcher }) {
|
||||||
return {
|
return {
|
||||||
type: "photo",
|
type: "photo",
|
||||||
url,
|
url,
|
||||||
thumb: url,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue