mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
87ef6bed4a
GET /users/:id/profile-image returned HTTP 400 for an unknown user ID but HTTP 404 when the user existed without a photo, letting callers distinguish the two cases. Both now return 404 so the response is identical regardless of whether the UUID maps to an account.