mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix(server): hide isFavorite from album asset sync stream (#28923)
* fix(server): hide isFavorite from album asset sync stream * some tests * Revert "some tests" This reverts commit3242e6961c. * alter existing test to clear test's intent * Reapply "some tests" This reverts commitf1d4c47f5f. * drop one * sql
This commit is contained in:
parent
b846afeb08
commit
d10153bbc7
5 changed files with 121 additions and 33 deletions
|
|
@ -392,6 +392,27 @@ export const columns = {
|
|||
'asset.height',
|
||||
'asset.isEdited',
|
||||
],
|
||||
syncAlbumAsset: [
|
||||
'asset.id',
|
||||
'asset.ownerId',
|
||||
'asset.originalFileName',
|
||||
'asset.thumbhash',
|
||||
'asset.checksum',
|
||||
'asset.fileCreatedAt',
|
||||
'asset.fileModifiedAt',
|
||||
'asset.createdAt',
|
||||
'asset.localDateTime',
|
||||
'asset.type',
|
||||
'asset.deletedAt',
|
||||
'asset.visibility',
|
||||
'asset.duration',
|
||||
'asset.livePhotoVideoId',
|
||||
'asset.stackId',
|
||||
'asset.libraryId',
|
||||
'asset.width',
|
||||
'asset.height',
|
||||
'asset.isEdited',
|
||||
],
|
||||
syncPartnerAsset: [
|
||||
'asset.id',
|
||||
'asset.ownerId',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue