atproto explorer
0
fork

Configure Feed

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

fix bsky lists url

juliet.paris fc7bd10e c91af962

verified
+1 -1
+1 -1
src/utils/app-urls.ts
··· 47 47 48 48 if (type === "post") { 49 49 return `at://${user}/app.bsky.feed.post/${rkey}`; 50 - } else if (type === "list") { 50 + } else if (type === "lists") { 51 51 return `at://${user}/app.bsky.graph.list/${rkey}`; 52 52 } else if (type === "feed") { 53 53 return `at://${user}/app.bsky.feed.generator/${rkey}`;