try to keep the thread flat for simple reply chains
Ted Unangst tedu@tedunangst.com
Wed, 14 Jun 2023 20:40:11 -0400
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
web.go
→
web.go
@@ -1038,6 +1038,11 @@ levelup := level < 4
if pp := honkx[p.RID]; p.RID == "" || (pp != nil && p.Honker == pp.Honker) { levelup = false } + if level > 0 && len(kids[p.RID]) == 1 { + if pp := honkx[p.RID]; pp != nil && len(kids[pp.RID]) == 1 { + levelup = false + } + } if levelup { level++ }