Fix post view attribution for feed replies (#11622)

This commit is contained in:
DS Boyce
2026-09-01 13:59:31 -07:00
committed by GitHub
parent 35705ff8bf
commit 2ffa02c82a
5 changed files with 15 additions and 3 deletions
+1
View File
@@ -24,6 +24,7 @@ export function usePostViewTracking(
ax.metric('post:view', {
uri: post.uri,
authorDid: post.author.did,
isReply: !!post.record.reply,
logContext,
})
},