mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05: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: {
 | 
			
		||||
        createdAt: 'DESC',
 | 
			
		||||
        assets: {
 | 
			
		||||
          createdAt: 'ASC',
 | 
			
		||||
        },
 | 
			
		||||
        album: {
 | 
			
		||||
          assets: {
 | 
			
		||||
            assetInfo: {
 | 
			
		||||
              createdAt: 'ASC',
 | 
			
		||||
            },
 | 
			
		||||
          },
 | 
			
		||||
        },
 | 
			
		||||
      },
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user