fix(web): prevent unrelated assets from appearing in tag view (#26816)

This commit is contained in:
Michel Heusschen
2026-03-10 17:43:30 +01:00
committed by GitHub
parent 56b8e1b8a9
commit 45eff1c663
5 changed files with 15 additions and 0 deletions
+1
View File
@@ -170,6 +170,7 @@ export const toTimelineAsset = (unknownAsset: AssetResponseDto | TimelineAsset):
return {
id: assetResponse.id,
ownerId: assetResponse.ownerId,
tags: assetResponse.tags?.map((tag) => tag.id),
ratio,
thumbhash: assetResponse.thumbhash,
localDateTime,