mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 17:24:58 +03:00
fix: don't show comments or likes for trashed assets (#19113)
This commit is contained in:
@@ -23,9 +23,9 @@ from
|
||||
) as "dummy"
|
||||
) as "user" on true
|
||||
left join "assets" on "assets"."id" = "activity"."assetId"
|
||||
and "assets"."deletedAt" is null
|
||||
where
|
||||
"activity"."albumId" = $1
|
||||
and "assets"."deletedAt" is null
|
||||
order by
|
||||
"activity"."createdAt" asc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user