mirror of
https://github.com/immich-app/immich.git
synced 2025-01-12 15:32:36 +02:00
fix(server) fix order of asset in shared album to be similar to the actual album (#1293)
This commit is contained in:
parent
d1d69bfaf4
commit
a648da021f
@ -70,6 +70,16 @@ export class SharedLinkRepository implements ISharedLinkRepository {
|
|||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
createdAt: 'DESC',
|
createdAt: 'DESC',
|
||||||
|
assets: {
|
||||||
|
createdAt: 'ASC',
|
||||||
|
},
|
||||||
|
album: {
|
||||||
|
assets: {
|
||||||
|
assetInfo: {
|
||||||
|
createdAt: 'ASC',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user