oops, fix XID for honks
This commit is contained in:
parent
0f842bedac
commit
c7cca54c35
1 changed files with 1 additions and 1 deletions
2
honk.go
2
honk.go
|
|
@ -796,7 +796,7 @@ func savehonk(w http.ResponseWriter, r *http.Request) {
|
||||||
user, _ := butwhatabout(userinfo.Username)
|
user, _ := butwhatabout(userinfo.Username)
|
||||||
|
|
||||||
dt := time.Now().UTC()
|
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"
|
what := "honk"
|
||||||
if rid != "" {
|
if rid != "" {
|
||||||
what = "tonk"
|
what = "tonk"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue