From c7cca54c35c09d76b4952505b594629d80e28bd4 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 20 May 2019 11:41:23 -0400 Subject: [PATCH] oops, fix XID for honks --- honk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honk.go b/honk.go index 44144f1..db3595e 100644 --- a/honk.go +++ b/honk.go @@ -796,7 +796,7 @@ func savehonk(w http.ResponseWriter, r *http.Request) { user, _ := butwhatabout(userinfo.Username) dt := time.Now().UTC() - xid := fmt.Sprintf("https://%s/u/%s/%s", serverName, userinfo.Username, xfiltrate()) + xid := fmt.Sprintf("https://%s/u/%s/h/%s", serverName, userinfo.Username, xfiltrate()) what := "honk" if rid != "" { what = "tonk"