fix(server): only show assets 'on-this-day' with thumbnails (#2851)
This commit is contained in:
parent
3f71d2d33d
commit
6b0f91cafd
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export class AssetRepository implements IAssetRepository {
|
|||
ownerId,
|
||||
isVisible: true,
|
||||
isArchived: false,
|
||||
resizePath: Not(IsNull()),
|
||||
fileCreatedAt: OptionalBetween(date, DateTime.fromJSDate(date).plus({ day: 1 }).toJSDate()),
|
||||
},
|
||||
relations: {
|
||||
|
|
Loading…
Add table
Reference in a new issue