don't reset audience for updates
This commit is contained in:
parent
f7cd268fe2
commit
93a79455d2
1 changed files with 1 additions and 1 deletions
2
web.go
2
web.go
|
@ -1783,7 +1783,7 @@ func submithonk(w http.ResponseWriter, r *http.Request) *Honk {
|
|||
honk.Precis = "re: " + honk.Precis
|
||||
}
|
||||
}
|
||||
} else {
|
||||
} else if updatexid == "" {
|
||||
honk.Audience = []string{thewholeworld}
|
||||
}
|
||||
if honk.Noise != "" && honk.Noise[0] == '@' {
|
||||
|
|
Loading…
Reference in a new issue