mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 09:14:55 +03:00
feat: local album events notification (#22817)
* feat: local album events notification * pr feedback * show number of unread notification
This commit is contained in:
@@ -12820,6 +12820,8 @@
|
||||
"JobFailed",
|
||||
"BackupFailed",
|
||||
"SystemMessage",
|
||||
"AlbumInvite",
|
||||
"AlbumUpdate",
|
||||
"Custom"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -4650,6 +4650,8 @@ export enum NotificationType {
|
||||
JobFailed = "JobFailed",
|
||||
BackupFailed = "BackupFailed",
|
||||
SystemMessage = "SystemMessage",
|
||||
AlbumInvite = "AlbumInvite",
|
||||
AlbumUpdate = "AlbumUpdate",
|
||||
Custom = "Custom"
|
||||
}
|
||||
export enum UserStatus {
|
||||
|
||||
Reference in New Issue
Block a user