mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
sync_stream.service depend on repos
refactor assets restoration update dependencies in tests
This commit is contained in:
parent
ca43c7907e
commit
ebfab4b01b
9 changed files with 112 additions and 50 deletions
|
|
@ -199,7 +199,7 @@ class DriftTrashedLocalAssetRepository extends DriftDatabaseRepository {
|
|||
});
|
||||
}
|
||||
|
||||
Future<void> restoreLocalAssets(Iterable<String> ids) async {
|
||||
Future<void> applyRestoredAssets(Iterable<String> ids) async {
|
||||
if (ids.isEmpty) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue