Jeremy Lin
					
					3 years ago
					
						
							committed by
							
								
								Daniel García
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: FC8A7D14C3CD543A
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/db/models/cipher.rs
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -160,6 +160,7 @@ impl Cipher { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "Object": "cipherDetails", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "Id": self.uuid, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "Type": self.atype, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "CreationDate": format_date(&self.created_at), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "RevisionDate": format_date(&self.updated_at), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "DeletedDate": self.deleted_at.map_or(Value::Null, |d| Value::String(format_date(&d))), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "FolderId": if let Some(cipher_sync_data) = cipher_sync_data { cipher_sync_data.cipher_folders.get(&self.uuid).map(|c| c.to_string() ) } else { self.get_folder_uuid(user_uuid, conn).await }, | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |