mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 09:14:58 +03:00
feat(server): visibility column (#17939)
* feat: private view * pr feedback * sql generation * feat: visibility column * fix: set visibility value as the same as the still part after unlinked live photos * fix: test * pr feedback
This commit is contained in:
@@ -14,7 +14,7 @@ from
|
||||
and "exif"."latitude" is not null
|
||||
and "exif"."longitude" is not null
|
||||
where
|
||||
"isVisible" = $1
|
||||
"assets"."visibility" = $1
|
||||
and "deletedAt" is null
|
||||
and (
|
||||
"ownerId" in ($2)
|
||||
|
||||
Reference in New Issue
Block a user