all repos — honk @ 180b0ac9976aa302ff13313289e2eefe08b3a55a

my fork of honk

need to clear cache at least to make it work
Ted Unangst tedu@tedunangst.com
Mon, 28 Oct 2019 23:16:23 -0400
commit

180b0ac9976aa302ff13313289e2eefe08b3a55a

parent

c9e59fe5f556516671ac31814026c395fc7297d8

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

jump to
M web.goweb.go

@@ -1107,6 +1107,9 @@ if err != nil {

log.Printf("error saving zonker: %s", err) return } + if wherefore == "desub" { + desubbed.Clear(userinfo.UserID) + } } func edithonkpage(w http.ResponseWriter, r *http.Request) {