all repos — honk @ 58245d7cc1a82e1ca9390ddfcae83181857eca6e

my fork of honk

oops, fix XID for honks
Ted Unangst tedu@tedunangst.com
Mon, 20 May 2019 11:41:23 -0400
commit

58245d7cc1a82e1ca9390ddfcae83181857eca6e

parent

bcd3a707663b7e5f550cacb822cbf3cd596d6893

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

jump to
M honk.gohonk.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"