need to clear cache at least to make it work
This commit is contained in:
parent
71b204db5e
commit
d4cc995044
1 changed files with 3 additions and 0 deletions
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)
|
||||
return
|
||||
}
|
||||
if wherefore == "desub" {
|
||||
desubbed.Clear(userinfo.UserID)
|
||||
}
|
||||
}
|
||||
|
||||
func edithonkpage(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
Loading…
Reference in a new issue