+1
-1
src/utils/app-urls.ts
+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}`;