remove dead code chunk
This commit is contained in:
parent
af0947af9a
commit
ee6ec4896e
1 changed files with 0 additions and 4 deletions
4
honk.go
4
honk.go
|
|
@ -831,10 +831,6 @@ func savehonk(w http.ResponseWriter, r *http.Request) {
|
||||||
if rid != "" {
|
if rid != "" {
|
||||||
xonk := getxonk(userinfo.UserID, rid)
|
xonk := getxonk(userinfo.UserID, rid)
|
||||||
if xonk != nil {
|
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...)
|
honk.Audience = append(honk.Audience, xonk.Audience...)
|
||||||
convoy = xonk.Convoy
|
convoy = xonk.Convoy
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue