[PR #13288] [CLOSED] fix(server): People count after updating recognized faces count #13902

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/13288
Author: @jedi04
Created: 10/8/2024
Status: Closed

Base: mainHead: fix/people-count


📝 Commits (3)

  • 3e4abf7 fix(server): fix people count when updating faces count
  • add02b7 Merge branch 'main' into fix/people-count
  • 7977637 fix(server): update person count sql

📊 Changes

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

View changed files

📝 server/src/interfaces/person.interface.ts (+1 -1)
📝 server/src/queries/person.repository.sql (+21 -13)
📝 server/src/repositories/person.repository.ts (+18 -11)
📝 server/src/services/person.service.ts (+5 -4)

📄 Description

This PR fixes #13245

It updates the query used to fetch the total count of people keeping in consideration the recognized faces setting.


🔄 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/13288 **Author:** [@jedi04](https://github.com/jedi04) **Created:** 10/8/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/people-count` --- ### 📝 Commits (3) - [`3e4abf7`](https://github.com/immich-app/immich/commit/3e4abf7f86906dd2e2840ba065ac870eefe06c8d) fix(server): fix people count when updating faces count - [`add02b7`](https://github.com/immich-app/immich/commit/add02b7642b0c0f473bba131f60617d17fe2aa49) Merge branch 'main' into fix/people-count - [`7977637`](https://github.com/immich-app/immich/commit/79776371e7d556baaccada107c4200187c415243) fix(server): update person count sql ### 📊 Changes **4 files changed** (+45 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `server/src/interfaces/person.interface.ts` (+1 -1) 📝 `server/src/queries/person.repository.sql` (+21 -13) 📝 `server/src/repositories/person.repository.ts` (+18 -11) 📝 `server/src/services/person.service.ts` (+5 -4) </details> ### 📄 Description This PR fixes #13245 It updates the query used to fetch the total count of people keeping in consideration the recognized faces setting. --- <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 15:23:04 +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#13902