all repos — honk @ a9738224f00c936d1fe358b7f07ed0ab721684b5

my fork of honk

need to reload for consistency...
Ted Unangst tedu@tedunangst.com
Mon, 18 May 2020 14:37:00 -0400
commit

a9738224f00c936d1fe358b7f07ed0ab721684b5

parent

e3a517d624a21e54b00417a23343ffc6ff03e0a2

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M web.goweb.go

@@ -1823,6 +1823,9 @@ }

filterchonk(&ch) savechonk(&ch) + // reload for consistency + ch.Donks = nil + donksforchonks([]*Chonk{&ch}) go sendchonk(user, &ch) http.Redirect(w, r, "/chatter", http.StatusSeeOther)