Fix post view attribution for feed replies (#11622)
This commit is contained in:
@@ -104,6 +104,7 @@ export function PostThread({uri}: {uri: string}) {
|
||||
ax.metric('post:view', {
|
||||
uri: post.uri,
|
||||
authorDid: post.author.did,
|
||||
isReply: !!post.record.reply,
|
||||
logContext: 'Post',
|
||||
feedDescriptor: feedFeedback.feedDescriptor,
|
||||
})
|
||||
|
||||
@@ -508,6 +508,7 @@ let VideoItem = ({
|
||||
ax.metric('post:view', {
|
||||
uri: post.uri,
|
||||
authorDid: post.author.did,
|
||||
isReply: !!post.record.reply,
|
||||
logContext: 'ImmersiveVideo',
|
||||
feedDescriptor,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user