mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	* upload using dart client * add connectivity api * respect backup network setting * comment as to why we need to wait for setForegroundAsync call * log assets skipped due to network constraint * dynamic spawning -> false --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Co-authored-by: Alex <alex.tran1502@gmail.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			116 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			116 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
 | 
						|
class ConnectivityApiImpl: ConnectivityApi {
 | 
						|
  func getCapabilities() throws -> [NetworkCapability] {
 | 
						|
    []
 | 
						|
  }
 | 
						|
}
 |