mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-10-30 23:24:42 +00:00 
			
		
		
		
	Send message when a user create a conversation
This commit is contained in:
		| @@ -69,6 +69,10 @@ pub fn add_member(conv_id: ConvID, user_id: &UserID, following: bool, admin: boo | ||||
|                 }), | ||||
|             ) | ||||
|         )?; | ||||
|     } else { | ||||
|         send_message(&NewConversationMessage::new_server_message( | ||||
|             conv_id, ConversationServerMessageType::UserCreatedConversation(user_id.clone()), | ||||
|         ))?; | ||||
|     } | ||||
|  | ||||
|     Ok(()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user