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:
wukko 2024-08-06 21:31:15 +06:00
parent 95f5fd978f
commit 72a21b203e
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -180,7 +180,6 @@ export default async function({ id, index, toGif, dispatcher }) {
return {
type: "photo",
url,
thumb: url,
}
}