Prototype: Show known likers on post thread page (#11080)

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Alex Benzer
2026-07-13 12:55:15 -07:00
committed by GitHub
parent 0701a08a63
commit 04ebd02ce3
5 changed files with 263 additions and 23 deletions
+2
View File
@@ -1461,4 +1461,6 @@ export type Events = {
jobId?: string
elapsedInPhaseMs: number
}
'post:likedBy:click': {}
}