multiple email alerts when uploading images to an album from computer #4645

Closed
opened 2026-02-05 10:45:32 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @bbieberle on GitHub (Oct 27, 2024).

The bug

When you add images to a shared album and you do not select images already in immich. But you select images via the file picker ("Select from computer"), then immich sends an email alert "New media has been added to an album" for every image that is added to the album.
I guess it should only 1 notification be sent, like when you add images already in immich.

The OS that Immich Server is running on

Kubernetes

Version of Immich Server

v1.118.2

Version of Immich Mobile App

/

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

-

Your .env content

IMMICH_WORKERS_INCLUDE:       api 
DB_DATABASE_NAME:             immich
DB_HOSTNAME:                  immich-postgresql
DB_PASSWORD:                  <set to the key 'dbPassword' in secret 'immich-db-secret'>  
DB_USERNAME:                  immich
IMMICH_MACHINE_LEARNING_URL:  http://immich-machine-learning:3003
REDIS_HOSTNAME:               immich-redis-master

Reproduction steps

  1. create shared album
  2. enable email notifications for shared album additions
  3. upload images directly into the album from a computer via the web frontend

Relevant log output

-

Additional information

Originally created by @bbieberle on GitHub (Oct 27, 2024). ### The bug When you add images to a shared album and you do not select images already in immich. But you select images via the file picker ("Select from computer"), then immich sends an email alert "New media has been added to an album" for every image that is added to the album. I guess it should only 1 notification be sent, like when you add images already in immich. ### The OS that Immich Server is running on Kubernetes ### Version of Immich Server v1.118.2 ### Version of Immich Mobile App / ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML - ``` ### Your .env content ```Shell IMMICH_WORKERS_INCLUDE: api DB_DATABASE_NAME: immich DB_HOSTNAME: immich-postgresql DB_PASSWORD: <set to the key 'dbPassword' in secret 'immich-db-secret'> DB_USERNAME: immich IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning:3003 REDIS_HOSTNAME: immich-redis-master ``` ### Reproduction steps 1. create shared album 2. enable email notifications for shared album additions 3. upload images directly into the album from a computer via the web frontend ### Relevant log output ```shell - ``` ### Additional information -
Author
Owner

@bo0tzz commented on GitHub (Oct 27, 2024):

Fixed in #12223, will be in the next release

@bo0tzz commented on GitHub (Oct 27, 2024): Fixed in #12223, will be in the next release
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#4645