Fix post view attribution for feed replies (#11622)
This commit is contained in:
@@ -24,6 +24,7 @@ export function usePostViewTracking(
|
||||
ax.metric('post:view', {
|
||||
uri: post.uri,
|
||||
authorDid: post.author.did,
|
||||
isReply: !!post.record.reply,
|
||||
logContext,
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user