mirror of
https://github.com/immich-app/immich.git
synced 2025-12-02 16:39:56 +09:00
fix(server): new full sync return stacked assets individually (#9189)
* fix(server): new full sync return stacked assets individually * return archived partner assets (like old getAllAssets) * fix * fix test --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
committed by
GitHub
parent
77b8c2f330
commit
4d7aa7effd
@@ -134,8 +134,6 @@ export interface AssetFullSyncOptions {
|
||||
lastCreationDate?: Date;
|
||||
lastId?: string;
|
||||
updatedUntil: Date;
|
||||
isArchived?: false;
|
||||
withStacked?: true;
|
||||
limit: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user