mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 17:28:27 +00:00
fix(threads): add filename for photos
This commit is contained in:
parent
33ec74a124
commit
58f729e321
@ -78,6 +78,7 @@ export default async function({ user, id, quality, alwaysProxy, dispatcher }) {
|
||||
|
||||
return {
|
||||
urls: post.image_versions2.candidates[0].url,
|
||||
filename: `${filenameBase}.jpg`,
|
||||
isPhoto: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user