[Feature]: Notification when asset is added to shared album #406

Closed
opened 2026-02-04 20:19:16 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @matthinc on GitHub (Nov 7, 2022).

Feature detail

It'd be nice if users could "subscribe" to shared albums so they get notifications whenever an asset is added to the album.

"User xy uploaded n new photos to album abc"

Platform

Mobile App

Originally created by @matthinc on GitHub (Nov 7, 2022). ### Feature detail It'd be nice if users could "subscribe" to shared albums so they get notifications whenever an asset is added to the album. "User _xy_ uploaded _n_ new photos to album _abc_" ### Platform Mobile App
OVERLORD added the nice to have label 2026-02-04 20:19:16 +03:00
Author
Owner

@alextran1502 commented on GitHub (Nov 22, 2022):

We can make this happen with a combination of "Background task/Background fetch + Local Notification." The app would periodically ask the server if any new events were related to the shared albums available. Those events will be stored in either Redis Queue or the database. If there are events, the app will show a local notification.

@alextran1502 commented on GitHub (Nov 22, 2022): We can make this happen with a combination of "Background task/Background fetch + Local Notification." The app would periodically ask the server if any new events were related to the shared albums available. Those events will be stored in either Redis Queue or the database. If there are events, the app will show a local notification.
Author
Owner

@alextran1502 commented on GitHub (Dec 23, 2022):

Will implement with #627

@alextran1502 commented on GitHub (Dec 23, 2022): Will implement with #627
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#406