aboutsummaryrefslogtreecommitdiffstats
path: root/internal/notify/files_test.go
AgeCommit message (Collapse)AuthorFilesLines
31 hoursfeat: publish the queue and history atomicallyDanilo M.1-0/+57
Both files are written whole through a temporary file and a rename, so a renderer never reads a half-written value. An empty queue is [] rather than null, because the renderer parses it as an array.