 Daniel García
					
					1 year ago
						Daniel García
					
					1 year ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: B5690EEEBB952194
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
2 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/api/core/ciphers.rs
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -797,7 +797,9 @@ async fn post_collections_admin( | 
			
		
	
		
			
				
					|  |  |  | #[derive(Deserialize)] | 
			
		
	
		
			
				
					|  |  |  | #[serde(rename_all = "camelCase")] | 
			
		
	
		
			
				
					|  |  |  | struct ShareCipherData { | 
			
		
	
		
			
				
					|  |  |  |     #[serde(alias = "Cipher")] | 
			
		
	
		
			
				
					|  |  |  |     cipher: CipherData, | 
			
		
	
		
			
				
					|  |  |  |     #[serde(alias = "CollectionIds")] | 
			
		
	
		
			
				
					|  |  |  |     collection_ids: Vec<String>, | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |