mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 07:06:31 -04:00
571e6a8560
server removed both fields from AssetMediaCreateDto in #27818. zod silently strips unknown fields so uploads still work, but we send dead weight on every request. drop from foreground + background upload paths + share intent path. deviceAssetId stays as the internal background_downloader taskId, just not in the multipart form fields anymore.