all repos — honk @ f9fb2c73760045569f460dac473454ccfb4ea049

my fork of honk

the original should be the original original where possible
Ted Unangst tedu@tedunangst.com
Mon, 20 May 2019 18:30:29 -0400
commit

f9fb2c73760045569f460dac473454ccfb4ea049

parent

2bb87a7cff4cd5c6fcae45f8cd40dfbd85bd456b

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

jump to
M honk.gohonk.go

@@ -720,11 +720,15 @@ Donks: xonk.Donks,

Audience: []string{thewholeworld}, } + oonker := xonk.Oonker + if oonker == "" { + oonker = xonk.Honker + } aud := strings.Join(bonk.Audience, " ") whofore := 2 res, err := stmtSaveHonk.Exec(userinfo.UserID, "bonk", bonk.Honker, xid, "", dt.Format(dbtimeformat), "", aud, xonk.Noise, xonk.Convoy, whofore, "html", - xonk.Precis, xonk.Honker) + xonk.Precis, oonker) if err != nil { log.Printf("error saving bonk: %s", err) return