wip bsky client for the web & android
0
fork

Configure Feed

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

fix(posts): fix biting and exploding

vi f6fb5b6c 4bd08fcc

+2 -2
+2 -2
src/components/Feed/FeedItem.vue
··· 125 125 'net.wafrn.feed.bite', 126 126 { 127 127 $type: 'net.wafrn.feed.bite', 128 - subject: `at://${props.post?.author.did}/app.bsky.feed.post/${rkey.value}`, 128 + subject: displayPost.value?.uri, 129 129 createdAt: new Date().toISOString(), 130 130 }, 131 131 { ··· 139 139 'net.wafrn.feed.explode', 140 140 { 141 141 $type: 'net.wafrn.feed.explode', 142 - subject: `at://${props.post?.author.did}/app.bsky.feed.post/${rkey.value}`, 142 + subject: displayPost.value?.uri, 143 143 createdAt: new Date().toISOString(), 144 144 }, 145 145 {