mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-11-04 09:34:04 +00:00 
			
		
		
		
	Add missing check
This commit is contained in:
		@@ -31,7 +31,7 @@ pub fn create(conv: &NewConversation) -> Res<ConvID> {
 | 
			
		||||
        .ok_or(ExecError::new("missing result conv id!"))?;
 | 
			
		||||
 | 
			
		||||
    // Add the creator of the conversation
 | 
			
		||||
    add_member(conv_id, &conv.owner_id, conv.owner_following, true, &conv.owner_id);
 | 
			
		||||
    add_member(conv_id, &conv.owner_id, conv.owner_following, true, &conv.owner_id)?;
 | 
			
		||||
 | 
			
		||||
    // Add other members to the conversation
 | 
			
		||||
    for member in &conv.members {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user