mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-04 13:47:36 +03:00
Random tiny changes
This commit is contained in:
parent
7f3e4b5f47
commit
9e0687e142
7 changed files with 32 additions and 63 deletions
|
@ -171,9 +171,7 @@ func (s *Server) handleAccountDelete(w http.ResponseWriter, r *http.Request, v *
|
|||
return errHTTPBadRequestIncorrectPasswordConfirmation
|
||||
}
|
||||
if s.webPush != nil {
|
||||
err := s.webPush.ExpireWebPushForUser(u.Name)
|
||||
|
||||
if err != nil {
|
||||
if err := s.webPush.RemoveByUserID(u.ID); err != nil {
|
||||
logvr(v, r).Err(err).Warn("Error removing web push subscriptions for %s", u.Name)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue