all repos — honk @ 2bb87a7cff4cd5c6fcae45f8cd40dfbd85bd456b

my fork of honk

remove dead code chunk
Ted Unangst tedu@tedunangst.com
Mon, 20 May 2019 12:01:15 -0400
commit

2bb87a7cff4cd5c6fcae45f8cd40dfbd85bd456b

parent

0305b9613ab210fa5e78e72e2f58abef9fc2ce5f

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

jump to
M honk.gohonk.go

@@ -831,10 +831,6 @@ var convoy string

if rid != "" { xonk := getxonk(userinfo.UserID, rid) if xonk != nil { - if xonk.Honker == "" { - xonk.Honker = "https://" + serverName + "/u/" + xonk.Username - rid = xonk.Honker + "/h/" + rid - } honk.Audience = append(honk.Audience, xonk.Audience...) convoy = xonk.Convoy } else {