fix(server): do not match live photos across libraries (#11952)

This commit is contained in:
Jason Rasmussen 2024-08-20 21:23:50 -04:00 committed by GitHub
parent fd225e7462
commit 29d229c5ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 1 deletions

View file

@ -16,6 +16,7 @@ export interface AssetStatsOptions {
export interface LivePhotoSearchOptions {
ownerId: string;
libraryId?: string | null;
livePhotoCID: string;
otherAssetId: string;
type: AssetType;