MCPcopy
hub / github.com/immich-app/immich / syncPartnerAssetsV1

Method syncPartnerAssetsV1

server/src/services/sync.service.ts:291–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 }
290
291 private syncPartnerAssetsV1(): Promise<void> {
292 throw new BadRequestException(
293 'SyncRequestType.PartnerAssetsV1 is deprecated, use SyncRequestType.PartnerAssetsV2 instead',
294 );
295 }
296
297 private async syncPartnerAssetsV2(
298 options: SyncQueryOptions,

Callers 1

streamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected