mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	fix(mobile): shared page does not get all shared albums (#2160)
This commit is contained in:
		
							parent
							
								
									48393c215b
								
							
						
					
					
						commit
						333ab1124b
					
				@ -574,7 +574,7 @@ class SyncService {
 | 
				
			|||||||
          return true;
 | 
					          return true;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      onlyFirst: (Asset a) => throw Exception("programming error"),
 | 
					      onlyFirst: (Asset a) => {},
 | 
				
			||||||
      onlySecond: (Asset b) => toUpsert.add(b),
 | 
					      onlySecond: (Asset b) => toUpsert.add(b),
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
    return Pair(existing, toUpsert);
 | 
					    return Pair(existing, toUpsert);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user