mirror of
https://github.com/immich-app/immich.git
synced 2025-12-16 09:13:13 +03:00
feat: sync cloudId and eTag on sync
This commit is contained in:
@@ -121,4 +121,7 @@ abstract class NativeSyncApi {
|
||||
|
||||
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
|
||||
Map<String, List<PlatformAsset>> getTrashedAssets();
|
||||
|
||||
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
|
||||
Map<String, String?> getCloudIdForAssetIds(List<String> assetIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user