all repos — honk @ 2d544f1cca4948812fc42e2c1a0c0d6c09a4a3e3

my fork of honk

try pulling self reply up in thread
Ted Unangst tedu@tedunangst.com
Tue, 13 Jun 2023 23:42:09 -0400
commit

2d544f1cca4948812fc42e2c1a0c0d6c09a4a3e3

parent

adca61ad3ac48e64e7bffe3adad91ad6b06ed5bc

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M web.goweb.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)