Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit2152sharma committed Dec 20, 2024
1 parent 95682f2 commit 16167bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/server/bsky/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ async function createBskyPost(
createdAt: now,
reply: reply
};
// if post has images, uplaod them
// TODO: Add cleanup files once the post is uploaded
if (post.images && post.images.length > 0) {
const blobs = await uploadImages(post.images, session, pdsUrl);
bskyPost.embed = await createEmbed(post.images, blobs);
Expand Down

0 comments on commit 16167bc

Please sign in to comment.