oops, fix XID for honks

This commit is contained in:
Ted Unangst 2019-05-20 11:41:23 -04:00
parent 0f842bedac
commit c7cca54c35
1 changed files with 1 additions and 1 deletions

View File

@ -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"