don't reset audience for updates
This commit is contained in:
parent
f7cd268fe2
commit
93a79455d2
2
web.go
2
web.go
|
@ -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] == '@' {
|
||||||
|
|
Loading…
Reference in New Issue