From 72a21b203e7101050413b0ea17810f0dfd985537 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 6 Aug 2024 21:31:15 +0600 Subject: [PATCH] api/twitter: don't return thumb for photos in a picker it's the same image anyway, this just makes the response smaller --- api/src/processing/services/twitter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/processing/services/twitter.js b/api/src/processing/services/twitter.js index 30681636..397e9a93 100644 --- a/api/src/processing/services/twitter.js +++ b/api/src/processing/services/twitter.js @@ -180,7 +180,6 @@ export default async function({ id, index, toGif, dispatcher }) { return { type: "photo", url, - thumb: url, } }