You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-17 13:37:43 +02:00
feat: backfill album users (#19234)
This commit is contained in:
@ -4059,6 +4059,7 @@ export enum SyncEntityType {
|
||||
AlbumV1 = "AlbumV1",
|
||||
AlbumDeleteV1 = "AlbumDeleteV1",
|
||||
AlbumUserV1 = "AlbumUserV1",
|
||||
AlbumUserBackfillV1 = "AlbumUserBackfillV1",
|
||||
AlbumUserDeleteV1 = "AlbumUserDeleteV1",
|
||||
SyncAckV1 = "SyncAckV1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user