Skip to content

Commit

Permalink
refactor: replace the default post
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuriel23 committed Sep 15, 2024
1 parent 1789ebc commit 2b1cdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1034,9 +1034,9 @@ app.get("/xrpc/app.bsky.feed.getFeedSkeleton", async (req, res) => {
cursor: `${Date.now()}_${randomString(5, false)}`,
feed: [
{
post: "at://did:plc:xy3lxva6bqrph3avrvhzck7q/app.bsky.feed.post/3l45rnoev4q2d",
post: "at://did:plc:xy3lxva6bqrph3avrvhzck7q/app.bsky.feed.post/3l47owv23wn2t",
},
], //No bookmarks post: https://bsky.app/profile/nemtudo.me/post/3l45rnoev4q2d
], //No bookmarks post: https://bsky.app/profile/nemtudo.me/post/3l47owv23wn2t
});
}

Expand Down

0 comments on commit 2b1cdaf

Please sign in to comment.