save rid for bonks to track parent
Ted Unangst tedu@tedunangst.com
Tue, 10 Sep 2019 16:06:06 -0400
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
web.go
→
web.go
@@ -735,6 +735,7 @@ Username: userinfo.Username,
What: "bonk", Honker: user.URL, XID: xonk.XID, + RID: xonk.RID, Date: dt, Donks: xonk.Donks, Convoy: xonk.Convoy,@@ -745,7 +746,7 @@
aud := strings.Join(bonk.Audience, " ") whofore := 2 onts := xonk.Onts - res, err := stmtSaveHonk.Exec(userinfo.UserID, "bonk", bonk.Honker, xid, "", + res, err := stmtSaveHonk.Exec(userinfo.UserID, "bonk", bonk.Honker, xid, bonk.RID, dt.Format(dbtimeformat), "", aud, xonk.Noise, xonk.Convoy, whofore, "html", xonk.Precis, oonker, 0, strings.Join(onts, " ")) if err != nil {