tangled
alpha
login
or
join now
whey.party
/
red-dwarf
82
fork
atom
an independent Bluesky client using Constellation, PDS Queries, and other services
reddwarf.app
frontend
spa
bluesky
reddwarf
microcosm
client
app
82
fork
atom
overview
issues
25
pulls
pipelines
correct repost counts
whey.party
3 weeks ago
a9e4b8c0
8f8b669a
+7
-1
1 changed file
expand all
collapse all
unified
split
src
components
UniversalPostRenderer.tsx
+7
-1
src/components/UniversalPostRenderer.tsx
···
131
131
);
132
132
setReposts(
133
133
links
134
134
-
? links?.links?.["app.bsky.feed.repost"]?.[".subject.uri"]?.records || 0
134
134
+
// add the two quote forms as well
135
135
+
? links?.links?.["app.bsky.feed.repost"]?.[".subject.uri"]?.records
136
136
+
// .embed.record.uri
137
137
+
+ links?.links?.["app.bsky.feed.post"]?.[".embed.record.uri"]?.records
138
138
+
// .embed.record.record.uri
139
139
+
+ links?.links?.["app.bsky.feed.post"]?.[".embed.record.record.uri"]?.records
140
140
+
|| 0
135
141
: null,
136
142
);
137
143
setReplies(