only hide keywords on some pages, so threads are complete.
Ted Unangst tedu@tedunangst.com
Tue, 18 Jun 2019 01:35:58 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
honk.go
→
honk.go
@@ -501,6 +501,7 @@ func showcombo(w http.ResponseWriter, r *http.Request) {
name := mux.Vars(r)["name"] u := login.GetUserInfo(r) honks := gethonksbycombo(u.UserID, name) + honks = osmosis(honks, u.UserID) honkpage(w, r, u, nil, honks, "honks by combo: "+name) } func showconvoy(w http.ResponseWriter, r *http.Request) {@@ -546,7 +547,6 @@ honks []*Honk, infomsg string) {
reverbolate(honks) templinfo := getInfo(r) if u != nil { - honks = osmosis(honks, u.UserID) templinfo["HonkCSRF"] = login.GetCSRF("honkhonk", r) } if u == nil {