1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/server/test
Hayden 4a2a7b7735
feat(server): wait five minutes before sending email on new album item (#12223)
Album update jobs will now wait five minutes to send. If a new image is added while that job is pending, the old job will be cancelled, and a new one will be enqueued for a minute.

This is to prevent a flood of notifications by dragging in images directly to the album, which adds them to the album one at a time.

Album updates now include a list of users to email, which is generally everybody except the updater. If somebody else updates the album within that minute, both people will get an album update email in a minute, as they both added images and the other should be notified.
2024-10-18 14:51:34 -05:00
..
fixtures feat(server): wait five minutes before sending email on new album item (#12223) 2024-10-18 14:51:34 -05:00
medium feat(server): medium tests (#13289) 2024-10-09 10:00:40 -04:00
repositories feat(server): wait five minutes before sending email on new album item (#12223) 2024-10-18 14:51:34 -05:00
global-setup.js refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
utils.ts refactor(server): rename metrics to telemetry (#13584) 2024-10-18 14:50:32 -04:00