@ -50,10 +50,8 @@ func (n *nunWatch) Main() {
break
}
if n.fail != 0 {
n.fail = 0
ticker.Reset(60 * time.Second)
ticker.Reset(time.Duration(n.timer) * time.Second)
if curT != n.timer {
log.Println("updating nunwatch timer")
ticker.Reset(time.Duration(n.timer) * time.Minute)
The note is not visible to the blocked user.