all repos — honk @ c5b57ac802ba0131862fdab216c7b421989366bb

my fork of honk

need some osmosis in the combo hydration
Ted Unangst tedu@tedunangst.com
Tue, 08 Oct 2019 02:23:02 -0400
commit

c5b57ac802ba0131862fdab216c7b421989366bb

parent

3014bef4ee6e15cc64f38f83d29a8b950d9ce160

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

jump to
M web.goweb.go

@@ -740,7 +740,6 @@ }

reverbolate(userid, honks) templinfo["Honks"] = honks if templinfo["TopXID"] == nil && len(honks) > 0 { - log.Printf("setting topxid") templinfo["TopXID"] = honks[0].XID } err := readviews.Execute(w, "honkpage.html", templinfo)

@@ -1552,6 +1551,7 @@ templinfo["ServerMessage"] = "first class only"

case "combo": c := r.FormValue("c") honks = gethonksbycombo(userid, c) + honks = osmosis(honks, userid) templinfo["ServerMessage"] = "honks by combo: " + c case "convoy": c := r.FormValue("c")