don't think i want to duplicate honks in threads yet

This commit is contained in:
Ted Unangst 2023-09-11 18:54:05 -04:00
parent c750122b7f
commit dbbd4468fa
1 changed files with 0 additions and 3 deletions

3
web.go
View File

@ -1248,9 +1248,6 @@ func showonehonk(w http.ResponseWriter, r *http.Request) {
if h.XID == xid { if h.XID == xid {
templinfo["Honkology"] = honkology(h) templinfo["Honkology"] = honkology(h)
if i > 0 { if i > 0 {
top := new(Honk)
*top = *h
honks = append([]*Honk{top}, honks...)
h.Style += " glow" h.Style += " glow"
} }
} }