mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-10-30 23:24:42 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -517,7 +517,7 @@ pub fn handle_event(e: &events_helper::Event) -> Res { | ||||
|                 None::<fn(&_) -> _>, | ||||
|             )?; | ||||
|  | ||||
|             // Disconnect users from conversation | ||||
|             // Disconnect user from conversation | ||||
|             user_ws_controller::foreach_connection(|f| { | ||||
|                 if f.user_id() == user_id && f.conversations.contains(conv_id) { | ||||
|                     f.clone().replace(|w| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user