Something went wrong. Try again.
hardened bluesky app fork with microcosm
Something went wrong. Try again.
Fix phantom 'Read N more replies' on thread replies master
moreReplies was computed from the PARENT's unrendered sibling count and assigned to every child reply, so a reply with zero replies still showed 'Read 2 more replies' (those 2 were the parent's unshown siblings). moreReplies is supposed to be about a post's OWN unshown children. Now each reply's moreReplies is derived from its own replyCount: 0 when we fully expand its children, or the remainder when we hit the depth/branchingFactor cap. Verified against a real leaf reply (replyCount 0 -> moreReplies 0, no prompt).
Author scanash00 Date (Jun 12, 2026, 7:27 PM UTC) Commit 8bbbb823 8bbbb823519867b34375140ee764b0acef020d97 Parent a3e2ffd1 a3e2ffd1cea2985ab117789e1dbb4055af3d4bef