all repos — honk @ 8bd113a7a1e51104a8e2049474a2adaee6dfd09d

my fork of honk

remember if preview is an update
Ted Unangst tedu@tedunangst.com
Sat, 09 Nov 2019 18:44:02 -0500
commit

8bd113a7a1e51104a8e2049474a2adaee6dfd09d

parent

dba7053a450858409dfe6ceb087b2af50f222db6

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

jump to
M web.goweb.go

@@ -1545,6 +1545,7 @@ templinfo["InReplyTo"] = r.FormValue("rid")

templinfo["Noise"] = r.FormValue("noise") templinfo["SavedFile"] = donkxid templinfo["IsPreview"] = true + templinfo["UpdateXID"] = updatexid templinfo["ServerMessage"] = "honk preview" err := readviews.Execute(w, "honkpage.html", templinfo) if err != nil {