mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-09 11:45:54 +00:00
`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. |
||
|---|---|---|
| .. | ||
| domain | ||
| immich | ||
| immich-admin | ||
| infra | ||
| microservices | ||
| test-utils | ||
| main.ts | ||