Skip to content

Commit

Permalink
fix(threads): add filename for photos
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Oct 9, 2024
1 parent 33ec74a commit 58f729e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/processing/services/threads.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 58f729e

Please sign in to comment.