[PR #2162] [MERGED] fix(server): do not link live photos across users #9407

Closed
opened 2026-02-05 14:04:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2162
Author: @jrasm91
Created: 4/4/2023
Status: Merged
Merged: 4/4/2023
Merged by: @alextran1502

Base: mainHead: fix/live-photo-by-user-id


📝 Commits (1)

  • 88b4022 fix(server): do not link live photos across users

📊 Changes

4 files changed (+29 additions, -9 deletions)

View changed files

📝 server/apps/microservices/src/processors/metadata-extraction.processor.ts (+12 -2)
📝 server/libs/domain/src/asset/asset.core.ts (+4 -4)
📝 server/libs/domain/src/asset/asset.repository.ts (+8 -1)
📝 server/libs/infra/src/repositories/asset.repository.ts (+5 -2)

📄 Description

Add ownerId to live photo search query, which will now prevent the query from searching other user's live photos.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/2162 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 4/4/2023 **Status:** ✅ Merged **Merged:** 4/4/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/live-photo-by-user-id` --- ### 📝 Commits (1) - [`88b4022`](https://github.com/immich-app/immich/commit/88b40226c031dfa95f51ec460b4fab002c88bd6f) fix(server): do not link live photos across users ### 📊 Changes **4 files changed** (+29 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/microservices/src/processors/metadata-extraction.processor.ts` (+12 -2) 📝 `server/libs/domain/src/asset/asset.core.ts` (+4 -4) 📝 `server/libs/domain/src/asset/asset.repository.ts` (+8 -1) 📝 `server/libs/infra/src/repositories/asset.repository.ts` (+5 -2) </details> ### 📄 Description Add `ownerId` to live photo search query, which will now prevent the query from searching other user's live photos. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:04:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9407