need to reload for consistency...
This commit is contained in:
parent
e7ce8c5281
commit
140c4d8854
3
web.go
3
web.go
|
@ -1823,6 +1823,9 @@ func submitchonk(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
filterchonk(&ch)
|
filterchonk(&ch)
|
||||||
savechonk(&ch)
|
savechonk(&ch)
|
||||||
|
// reload for consistency
|
||||||
|
ch.Donks = nil
|
||||||
|
donksforchonks([]*Chonk{&ch})
|
||||||
go sendchonk(user, &ch)
|
go sendchonk(user, &ch)
|
||||||
|
|
||||||
http.Redirect(w, r, "/chatter", http.StatusSeeOther)
|
http.Redirect(w, r, "/chatter", http.StatusSeeOther)
|
||||||
|
|
Loading…
Reference in New Issue