need some osmosis in the combo hydration
Ted Unangst tedu@tedunangst.com
Tue, 08 Oct 2019 02:23:02 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
web.go
→
web.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")