[PR #2697] [MERGED] fix(server): Filter out deleted partners #9667

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2697
Author: @brighteyed
Created: 6/8/2023
Status: Merged
Merged: 6/8/2023
Merged by: @alextran1502

Base: mainHead: fix/filter-deleted-partners


📝 Commits (3)

  • 8ab58e7 Filter out deleted partners
  • 91f7d64 Add separate filter clause for soft deleted users
  • 6f2f1c2 Merge branch 'main' of github.com:immich-app/immich into fix/filter-deleted-partners

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 server/src/domain/partner/partner.service.ts (+4 -1)

📄 Description

Fixes #2691 by filtering out soft deleted partners


🔄 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/2697 **Author:** [@brighteyed](https://github.com/brighteyed) **Created:** 6/8/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/filter-deleted-partners` --- ### 📝 Commits (3) - [`8ab58e7`](https://github.com/immich-app/immich/commit/8ab58e75dc952f287308db707ceeaa3cd19e4d13) Filter out deleted partners - [`91f7d64`](https://github.com/immich-app/immich/commit/91f7d646b9e5bd5c0d8e7324e5e7488f005cd2f7) Add separate filter clause for soft deleted users - [`6f2f1c2`](https://github.com/immich-app/immich/commit/6f2f1c2010749fd5350e2890caa1ba00d0d597c6) Merge branch 'main' of github.com:immich-app/immich into fix/filter-deleted-partners ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/partner/partner.service.ts` (+4 -1) </details> ### 📄 Description Fixes #2691 by filtering out soft deleted partners --- <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:08:48 +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#9667