fix: remove archived people from explore (#6091)

This commit is contained in:
martin
2024-01-01 17:07:42 +01:00
committed by GitHub
parent ca9cad20bc
commit 0ed89e61ec
2 changed files with 2 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ FROM
AND ("asset"."deletedAt" IS NULL)
WHERE
"person"."ownerId" = $1
AND "asset"."isArchived" = false
AND "person"."isHidden" = false
GROUP BY
"person"."id"