all repos — honk @ 149cef4e8540ab3f43cde429dec6055834cadd0c

my fork of honk

only hide keywords on some pages, so threads are complete.
Ted Unangst tedu@tedunangst.com
Tue, 18 Jun 2019 01:35:58 -0400
commit

149cef4e8540ab3f43cde429dec6055834cadd0c

parent

a99fcbeb34f9c3cb48ed3eea24cc302ee9dc9602

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

jump to
M honk.gohonk.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 {