tangled
alpha
login
or
join now
jeanmachine.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
fix: view avatar when live (from profile)
xan.lol
1 month ago
26f29b47
7f89f826
verified
This commit was signed with the committer's
known signature
.
xan.lol
SSH Key Fingerprint:
SHA256:7Zs+dcly5YqxBg7v8XsE1uPMYCobHKBw7CDiNxpmSrY=
+8
-3
1 changed file
expand all
collapse all
unified
split
src
components
live
LiveStatusDialog.tsx
+8
-3
src/components/live/LiveStatusDialog.tsx
···
220
220
color="secondary"
221
221
variant="solid"
222
222
onPress={() => {
223
223
-
ax.metric('live:card:openProfile', {subject: profile.did})
224
224
-
unstableCacheProfileView(queryClient, profile)
225
225
-
onPressOpenProfile()
223
223
+
if (onPressViewAvatar) {
224
224
+
ax.metric('live:card:viewAvatar', {subject: profile.did})
225
225
+
onPressViewAvatar()
226
226
+
} else {
227
227
+
ax.metric('live:card:openProfile', {subject: profile.did})
228
228
+
unstableCacheProfileView(queryClient, profile)
229
229
+
onPressOpenProfile()
230
230
+
}
226
231
}}>
227
232
<ButtonText>
228
233
{onPressViewAvatar ? (