mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-11 23:29:06 +02:00
Tester feedback
This commit is contained in:
parent
cc309e87e9
commit
bed60b71ff
5 changed files with 187 additions and 152 deletions
server
|
@ -479,6 +479,7 @@ func (s *Server) handleAccountReservationDelete(w http.ResponseWriter, r *http.R
|
|||
if err := s.messageCache.ExpireMessages(topic); err != nil {
|
||||
return err
|
||||
}
|
||||
s.pruneMessages()
|
||||
}
|
||||
return s.writeJSON(w, newSuccessResponse())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue