need to clear cache at least to make it work

This commit is contained in:
Ted Unangst 2019-10-28 23:16:23 -04:00
parent 71b204db5e
commit d4cc995044

3
web.go
View file

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