all repos — honk @ 33044eb1a719c8f7f7cceef3625b50165df36d3a

my fork of honk

save rid for bonks to track parent
Ted Unangst tedu@tedunangst.com
Tue, 10 Sep 2019 16:06:06 -0400
commit

33044eb1a719c8f7f7cceef3625b50165df36d3a

parent

feed6cd9157673e741c1d421053970f70eb42acd

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

jump to
M web.goweb.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 {