all repos — honk @ b368acf1bdb5a4fc12f684ad05a23adabeafe708

my fork of honk

will need donks for bonks, too
Ted Unangst tedu@tedunangst.com
Sun, 05 May 2019 14:08:27 -0400
commit

b368acf1bdb5a4fc12f684ad05a23adabeafe708

parent

b6dd24f8f91a0356d5548c50ffb31f0be081f6ed

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

jump to
M honk.gohonk.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}, }