don't reset audience for updates

This commit is contained in:
Ted Unangst 2023-08-24 13:09:41 -04:00
parent f7cd268fe2
commit 93a79455d2
1 changed files with 1 additions and 1 deletions

2
web.go
View File

@ -1783,7 +1783,7 @@ func submithonk(w http.ResponseWriter, r *http.Request) *Honk {
honk.Precis = "re: " + honk.Precis honk.Precis = "re: " + honk.Precis
} }
} }
} else { } else if updatexid == "" {
honk.Audience = []string{thewholeworld} honk.Audience = []string{thewholeworld}
} }
if honk.Noise != "" && honk.Noise[0] == '@' { if honk.Noise != "" && honk.Noise[0] == '@' {