need to clear cache at least to make it work
This commit is contained in:
parent
71b204db5e
commit
d4cc995044
3
web.go
3
web.go
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue