mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 21:42:18 -04:00
de71d8e0a3
`dt.diffNow()` equals `dt.diff(DateTime.now())`, so it returns a negative number when `dt` is in the past (which it always is in this case). Therefore we could only get over the condition during startup (when `this.releaseVersionCheckedAt` isn't set yet), effectively breaking update notifications while the server is running.