will need donks for bonks, too
Ted Unangst tedu@tedunangst.com
Sun, 05 May 2019 14:08:27 -0400
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
honk.go
→
honk.go
@@ -733,10 +733,10 @@ xonk := getxonk(userinfo.UserID, xid)
if xonk == nil { return } + donksforhonks([]*Honk{xonk}) if xonk.Honker == "" { xonk.XID = fmt.Sprintf("https://%s/u/%s/h/%s", serverName, xonk.Username, xonk.XID) } - convoy := xonk.Convoy dt := time.Now().UTC() bonk := Honk{@@ -747,7 +747,7 @@ What: "bonk",
XID: xonk.XID, Date: dt, Noise: xonk.Noise, - Convoy: convoy, + Convoy: xonk.Convoy, Donks: xonk.Donks, Audience: []string{thewholeworld}, }