mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(mobile): join local on archived timeline (#26387)
This commit is contained in:
parent
e633bc3f24
commit
16c1c3c780
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ class DriftTimelineRepository extends DriftDatabaseRepository {
|
|||
row.deletedAt.isNull() & row.ownerId.equals(userId) & row.visibility.equalsValue(AssetVisibility.archive),
|
||||
groupBy: groupBy,
|
||||
origin: TimelineOrigin.archive,
|
||||
joinLocal: true,
|
||||
);
|
||||
|
||||
TimelineQuery locked(String userId, GroupAssetsBy groupBy) => _remoteQueryBuilder(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue