all repos — honk @ 9dfb3630783b9057c9e54a3b2cdedf37843987da

my fork of honk

markdown and emus in subject. naturally.
Ted Unangst tedu@tedunangst.com
Wed, 30 Oct 2019 17:14:27 -0400
commit

9dfb3630783b9057c9e54a3b2cdedf37843987da

parent

f8636529a266506700e37d7ee9ca1cb5c72c937b

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

jump to
M fun.gofun.go

@@ -201,7 +201,7 @@ honk.Precis = noise[:idx]

noise = noise[idx+1:] } } - honk.Precis = strings.TrimSpace(honk.Precis) + honk.Precis = markitzero(strings.TrimSpace(honk.Precis)) noise = strings.TrimSpace(noise) noise = quickrename(noise, honk.UserID)
M web.goweb.go

@@ -1150,9 +1150,6 @@ return

} noise := honk.Noise - if honk.Precis != "" { - noise = honk.Precis + "\n\n" + noise - } honks := []*Honk{honk} donksforhonks(honks)

@@ -1360,7 +1357,7 @@ } else {

log.Printf("can't find file: %s", xid) } } - herd := herdofemus(honk.Noise) + herd := herdofemus(noise) for _, e := range herd { donk := savedonk(e.ID, e.Name, e.Name, "image/png", true) if donk != nil {