@@ -491,6 +491,8 @@ func checkTask(task *Task) {
task.InStock = inStock
task.LastCheck = now
mu.Unlock()
saveTasks()
if inStock && !wasInStock {
notify(task.Name + " 有货了!", task.URL)
The note is not visible to the blocked user.