an independent Bluesky client using Constellation, PDS Queries, and other services reddwarf.app
frontend spa bluesky reddwarf microcosm client app
92
fork

Configure Feed

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

correct repost counts

+7 -1
+7 -1
src/components/UniversalPostRenderer.tsx
··· 131 131 ); 132 132 setReposts( 133 133 links 134 - ? links?.links?.["app.bsky.feed.repost"]?.[".subject.uri"]?.records || 0 134 + // add the two quote forms as well 135 + ? links?.links?.["app.bsky.feed.repost"]?.[".subject.uri"]?.records 136 + // .embed.record.uri 137 + + links?.links?.["app.bsky.feed.post"]?.[".embed.record.uri"]?.records 138 + // .embed.record.record.uri 139 + + links?.links?.["app.bsky.feed.post"]?.[".embed.record.record.uri"]?.records 140 + || 0 135 141 : null, 136 142 ); 137 143 setReplies(