1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix(mobile): recently added -> taken (#17780)

This commit is contained in:
Matthew Momjian
2025-04-23 07:38:25 -04:00
committed by GitHub
parent a774153f67
commit 699fdd0d1b
9 changed files with 23 additions and 21 deletions

View File

@ -225,7 +225,7 @@ class AssetRepository extends DatabaseRepository implements IAssetRepository {
}
@override
Future<List<Asset>> getRecentlyAddedAssets(String userId) {
Future<List<Asset>> getRecentlyTakenAssets(String userId) {
return db.assets
.where()
.ownerIdEqualToAnyChecksum(fastHash(userId))