all repos — honk @ 4f247071bd849af153d2b61697cbb19ea032bc99

my fork of honk

only need to load donks in one case of getxonk
Ted Unangst tedu@tedunangst.com
Sun, 05 May 2019 14:03:12 -0400
commit

4f247071bd849af153d2b61697cbb19ea032bc99

parent

a03597c6ce660f86b726af4d5a8a4bdad883f82f

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

jump to
M honk.gohonk.go

@@ -524,6 +524,7 @@ if h == nil {

http.NotFound(w, r) return } + donksforhonks([]*Honk{&h}) if friendorfoe(r.Header.Get("Accept")) { _, j := jonkjonk(user, h) j["@context"] = itiswhatitis

@@ -632,7 +633,6 @@ return nil

} h.Date, _ = time.Parse(dbtimeformat, dt) h.Audience = strings.Split(aud, " ") - donksforhonks([]*Honk{&h}) return &h }