mirror of
https://github.com/immich-app/immich.git
synced 2025-11-21 03:10:44 +09:00
feat(mobile): new mobile UI (#12582)
This commit is contained in:
@@ -32,6 +32,7 @@ class EntityService {
|
||||
.getByIds(album.remoteUsers.map((user) => user.id).toList());
|
||||
album.sharedUsers.clear();
|
||||
album.sharedUsers.addAll(users);
|
||||
album.shared = true;
|
||||
}
|
||||
if (album.remoteAssets.isNotEmpty) {
|
||||
// replace all assets with assets from database
|
||||
|
||||
Reference in New Issue
Block a user