mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 20:07:41 +09:00 
			
		
		
		
	feat: asset face sync (#20048)
* chore: remove thumbnailPath from person sync dto * feat: asset face sync
This commit is contained in:
		| @@ -4125,6 +4125,8 @@ export enum SyncEntityType { | ||||
|     StackDeleteV1 = "StackDeleteV1", | ||||
|     PersonV1 = "PersonV1", | ||||
|     PersonDeleteV1 = "PersonDeleteV1", | ||||
|     AssetFaceV1 = "AssetFaceV1", | ||||
|     AssetFaceDeleteV1 = "AssetFaceDeleteV1", | ||||
|     UserMetadataV1 = "UserMetadataV1", | ||||
|     UserMetadataDeleteV1 = "UserMetadataDeleteV1", | ||||
|     SyncAckV1 = "SyncAckV1", | ||||
| @@ -4147,6 +4149,7 @@ export enum SyncRequestType { | ||||
|     StacksV1 = "StacksV1", | ||||
|     UsersV1 = "UsersV1", | ||||
|     PeopleV1 = "PeopleV1", | ||||
|     AssetFacesV1 = "AssetFacesV1", | ||||
|     UserMetadataV1 = "UserMetadataV1" | ||||
| } | ||||
| export enum TranscodeHWAccel { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user