mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Merge remote-tracking branch 'origin/main' into feature/sync_assets_trashed_state
# Conflicts: # mobile/android/app/src/main/kotlin/app/alextran/immich/sync/Messages.g.kt # mobile/ios/Runner/Sync/Messages.g.swift # mobile/lib/domain/services/hash.service.dart # mobile/lib/domain/services/local_sync.service.dart # mobile/lib/platform/native_sync_api.g.dart # mobile/lib/providers/infrastructure/sync.provider.dart # mobile/pigeon/native_sync_api.dart # mobile/test/domain/services/hash_service_test.dart
This commit is contained in:
commit
bd9e4871ec
502 changed files with 8388 additions and 4671 deletions
|
|
@ -10,7 +10,6 @@ import 'package:immich_mobile/providers/infrastructure/asset.provider.dart';
|
|||
import 'package:immich_mobile/providers/infrastructure/cancel.provider.dart';
|
||||
import 'package:immich_mobile/providers/infrastructure/db.provider.dart';
|
||||
import 'package:immich_mobile/providers/infrastructure/platform.provider.dart';
|
||||
import 'package:immich_mobile/providers/infrastructure/storage.provider.dart';
|
||||
import 'package:immich_mobile/providers/infrastructure/trash_sync.provider.dart';
|
||||
|
||||
final syncStreamServiceProvider = Provider(
|
||||
|
|
@ -38,7 +37,6 @@ final hashServiceProvider = Provider(
|
|||
(ref) => HashService(
|
||||
localAlbumRepository: ref.watch(localAlbumRepository),
|
||||
localAssetRepository: ref.watch(localAssetRepository),
|
||||
storageRepository: ref.watch(storageRepositoryProvider),
|
||||
nativeSyncApi: ref.watch(nativeSyncApiProvider),
|
||||
trashSyncService: ref.watch(trashSyncServiceProvider),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue