@@ -683,6 +683,9 @@ func loadTasks() {
json.Unmarshal(data, &list)
mu.Lock()
for _, t := range list {
if t.NotifyEnabled == false && t.ID != "" {
t.NotifyEnabled = true
}
tasks[t.ID] = t
mu.Unlock()
The note is not visible to the blocked user.