custom element for embedding Bluesky posts and feeds mary-ext.github.io/bluesky-embed
typescript npm bluesky atcute
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: don't fetch replies whatsoever

Mary a10adbfe 6537e1d0

+1 -1
+1 -1
packages/bluesky-profile-feed-embed/lib/core.ts
··· 62 62 signal: opts.signal, 63 63 params: { 64 64 actor, 65 + filter: 'posts_no_replies', 65 66 includePins: opts.includePins, 66 67 limit: 30, 67 - filter: 'posts_and_author_threads', 68 68 }, 69 69 }) 70 70 .catch((err) => {