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
@@ -450,6 +450,7 @@ export type Events = {
'post:view': {
uri: string
authorDid: string
isReply: boolean
logContext:
| 'FeedItem'
| 'PostThreadItem'