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:
@@ -180,7 +180,6 @@ export default async function({ id, index, toGif, dispatcher }) {
|
|||||||
return {
|
return {
|
||||||
type: "photo",
|
type: "photo",
|
||||||
url,
|
url,
|
||||||
thumb: url,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user