mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: don't show comments or likes for trashed assets (#19113)
This commit is contained in:
parent
bedcf50196
commit
5dd3a6e13f
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue