[PR #2020] [MERGED] fix(mobile): proper syncing with Recents album on iOS #9332

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2020
Author: @fyfrey
Created: 3/19/2023
Status: Merged
Merged: 3/20/2023
Merged by: @alextran1502

Base: mainHead: dev/local-album-sync-ios


📝 Commits (4)

  • 68b2f3e fix(mobile): deal with Recents album on iOS
  • 6c3bb03 feature(mobile): local asset sync logging
  • 58b77ef add comments
  • 6e8f117 delete ExifInfo when deleting Asset

📊 Changes

3 files changed (+129 additions, -22 deletions)

View changed files

📝 mobile/lib/modules/album/services/album.service.dart (+46 -3)
📝 mobile/lib/shared/models/album.dart (+10 -0)
📝 mobile/lib/shared/services/sync.service.dart (+73 -19)

📄 Description

this PR includes fixes to properly deal with Recents album on iOS regarding the sync to the local database


🔄 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/2020 **Author:** [@fyfrey](https://github.com/fyfrey) **Created:** 3/19/2023 **Status:** ✅ Merged **Merged:** 3/20/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/local-album-sync-ios` --- ### 📝 Commits (4) - [`68b2f3e`](https://github.com/immich-app/immich/commit/68b2f3eb2c25022ca99154dd3305a9a6730ff17c) fix(mobile): deal with Recents album on iOS - [`6c3bb03`](https://github.com/immich-app/immich/commit/6c3bb036ea569dbf17b4349e6295e9cb9f0be68f) feature(mobile): local asset sync logging - [`58b77ef`](https://github.com/immich-app/immich/commit/58b77ef121d7c9fdb8eeec8e564c2e74fba3e56e) add comments - [`6e8f117`](https://github.com/immich-app/immich/commit/6e8f117be8bc57ab485bc1033d66319b10877620) delete ExifInfo when deleting Asset ### 📊 Changes **3 files changed** (+129 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/album/services/album.service.dart` (+46 -3) 📝 `mobile/lib/shared/models/album.dart` (+10 -0) 📝 `mobile/lib/shared/services/sync.service.dart` (+73 -19) </details> ### 📄 Description this PR includes fixes to properly deal with Recents album on iOS regarding the sync to the local database --- <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:02: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#9332