Robert Vollmer de71d8e0a3
fix(server): regular version check (#7620)
`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.
2024-03-04 08:42:22 -06:00
..
2024-02-29 15:10:08 -05:00
2024-03-03 16:42:17 -05:00
2024-01-12 07:36:27 -05:00
2024-02-28 22:34:00 +00:00
2024-02-28 22:34:00 +00:00
2024-02-18 20:57:24 -06:00
2024-02-28 18:23:48 -05:00