From 6aaa0fe5cb1519094a00a4de8dc2f09354011dc5 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 1 Jul 2019 19:29:50 -0400 Subject: [PATCH] i think it's better to show the new honk just after posting --- honk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honk.go b/honk.go index 50cf671..ec74ecf 100644 --- a/honk.go +++ b/honk.go @@ -1085,7 +1085,7 @@ func savehonk(w http.ResponseWriter, r *http.Request) { go honkworldwide(user, &honk) - http.Redirect(w, r, "/", http.StatusSeeOther) + http.Redirect(w, r, xid, http.StatusSeeOther) } func showhonkers(w http.ResponseWriter, r *http.Request) {