1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

fix(web): not displaying assets in album after adding shared user (#2804)

This commit is contained in:
Alex 2023-06-16 11:39:40 -05:00 committed by GitHub
parent 74429798e2
commit 1cd5df7558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,7 @@ export class AlbumRepository implements IAlbumRepository {
relations: {
owner: true,
sharedUsers: true,
assets: true,
},
});
}