remove dead code chunk

This commit is contained in:
Ted Unangst 2019-05-20 12:01:15 -04:00
parent af0947af9a
commit ee6ec4896e
1 changed files with 0 additions and 4 deletions

View File

@ -831,10 +831,6 @@ func savehonk(w http.ResponseWriter, r *http.Request) {
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 {