mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-10-31 17:11:13 +01:00
remove TTL, will make a seperate PR
This commit is contained in:
parent
c6b64df662
commit
b9badee6db
1 changed files with 0 additions and 3 deletions
|
@ -694,9 +694,6 @@ func (s *Server) handlePublish(w http.ResponseWriter, r *http.Request, v *visito
|
|||
return err
|
||||
}
|
||||
|
||||
w.Header().Set("TTL", strconv.FormatInt(m.Expires-m.Time, 10)) // return how long a message will be stored for
|
||||
|
||||
// using m.Time, not time.Now() so the value isn't negative if the request is processed at a second boundary
|
||||
return s.writeJSON(w, m)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue