remove dead code chunk
This commit is contained in:
parent
af0947af9a
commit
ee6ec4896e
4
honk.go
4
honk.go
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue