aboutsummaryrefslogtreecommitdiffstats
path: root/internal/notify/files.go
AgeCommit message (Collapse)AuthorFilesLines
36 hoursfeat: publish the queue and history atomicallyDanilo M.1-0/+67
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.