oops, fix XID for honks
Ted Unangst tedu@tedunangst.com
Mon, 20 May 2019 11:41:23 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
honk.go
→
honk.go
@@ -796,7 +796,7 @@ userinfo := login.GetUserInfo(r)
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"