remove dead code chunk
Ted Unangst tedu@tedunangst.com
Mon, 20 May 2019 12:01:15 -0400
1 files changed,
0 insertions(+),
4 deletions(-)
jump to
M
honk.go
→
honk.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 {