just public audience for bonks
This commit is contained in:
parent
a8c24583ea
commit
2b390a6b92
1 changed files with 1 additions and 2 deletions
3
honk.go
3
honk.go
|
|
@ -749,7 +749,7 @@ func savebonk(w http.ResponseWriter, r *http.Request) {
|
||||||
Noise: xonk.Noise,
|
Noise: xonk.Noise,
|
||||||
Convoy: convoy,
|
Convoy: convoy,
|
||||||
Donks: xonk.Donks,
|
Donks: xonk.Donks,
|
||||||
Audience: oneofakind(prepend(thewholeworld, xonk.Audience)),
|
Audience: []string{thewholeworld},
|
||||||
}
|
}
|
||||||
|
|
||||||
user, _ := butwhatabout(userinfo.Username)
|
user, _ := butwhatabout(userinfo.Username)
|
||||||
|
|
@ -775,7 +775,6 @@ func savebonk(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
go honkworldwide(user, &bonk)
|
go honkworldwide(user, &bonk)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func zonkit(w http.ResponseWriter, r *http.Request) {
|
func zonkit(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue