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
1 changed files with 3 additions and 0 deletions

3
web.go
View File

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