fix(threads): add filename for photos

This commit is contained in:
Snazzah 2024-10-09 00:12:49 -05:00
parent 33ec74a124
commit 58f729e321
No known key found for this signature in database
GPG key ID: EA479766A94CEB61

View file

@ -78,6 +78,7 @@ export default async function({ user, id, quality, alwaysProxy, dispatcher }) {
return { return {
urls: post.image_versions2.candidates[0].url, urls: post.image_versions2.candidates[0].url,
filename: `${filenameBase}.jpg`,
isPhoto: true isPhoto: true
} }
} }