try pulling self reply up in thread
Ted Unangst tedu@tedunangst.com
Tue, 13 Jun 2023 23:42:09 -0400
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
web.go
→
web.go
@@ -1043,6 +1043,9 @@ level++
} p.Style += fmt.Sprintf(" level%d", level) childs := kids[p.XID] + sort.SliceStable(childs, func(i, j int) bool { + return childs[i].Honker == p.Honker && childs[j].Honker != p.Honker + }) for _, h := range childs { done[h] = true thread = append(thread, h)