[PR #3649] [MERGED] fix(server): time bucket and where #10061

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

📋 Pull Request Information

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

Base: mainHead: fix/time-bucket-where


📝 Commits (1)

  • 6c2381d fix(server): time bucket and where

📊 Changes

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

View changed files

📝 server/src/infra/repositories/asset.repository.ts (+1 -1)

📄 Description

where vs andWhere was overriding the previous (where) isVisible condition for the timeline and partner sharing views.

Before After
image image

🔄 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/3649 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 8/12/2023 **Status:** ✅ Merged **Merged:** 8/12/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/time-bucket-where` --- ### 📝 Commits (1) - [`6c2381d`](https://github.com/immich-app/immich/commit/6c2381d0822b6b0c7f1b6419b73e91affce7aa53) fix(server): time bucket and where ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/src/infra/repositories/asset.repository.ts` (+1 -1) </details> ### 📄 Description `where` vs `andWhere` was overriding the previous (where) `isVisible` condition for the timeline and partner sharing views. | Before | After | -| - | | ![image](https://github.com/immich-app/immich/assets/4334196/b446db5e-11d4-4058-8af8-454e57064d0a) | ![image](https://github.com/immich-app/immich/assets/4334196/204a3c64-b153-4274-8396-ea4737dcbd94) | --- <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:15:24 +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#10061