mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-04 07:58:50 +01:00
fix(threads): add filename for photos
This commit is contained in:
parent
33ec74a124
commit
58f729e321
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue