mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-10-30 23:24:42 +00:00 
			
		
		
		
	Fix bad refactoring
This commit is contained in:
		| @@ -43,7 +43,7 @@ impl HttpRequestHandler { | ||||
|         let conv = conversations_helper::get_single(conv_membership.conv_id)?; | ||||
|  | ||||
|         if !conv.is_linked_to_group() { | ||||
|             self.bad_request("This conversation is not linked to a group, it can not be deleted this way!".to_string())?; | ||||
|             self.bad_request("This conversation is not linked to a group, it can not be updated this way!".to_string())?; | ||||
|         } | ||||
|  | ||||
|         Ok(conv) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user