mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-11-04 01:24:04 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		@@ -170,5 +170,5 @@ pub fn set_account_image_visibility(r: &mut HttpRequestHandler) -> RequestResult
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    account_helper::set_account_image_visibility(r.user_id_ref()?, level)?;
 | 
					    account_helper::set_account_image_visibility(r.user_id_ref()?, level)?;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    r.success("Image image visibility level updated!")
 | 
					    r.success("Account image visibility level updated!")
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user