|  |  |  | @ -219,10 +219,10 @@ class ChatProviderModel with ChangeNotifier, DiagnosticableTreeMixin { | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   void changeStatus(List<Object?>? args) { | 
		
	
		
			
				|  |  |  |  |       if (kDebugMode) { | 
		
	
		
			
				|  |  |  |  |         print("================= Status Online // Offline  ===================="); | 
		
	
		
			
				|  |  |  |  |        // print("================= Status Online // Offline  ===================="); | 
		
	
		
			
				|  |  |  |  |       } | 
		
	
		
			
				|  |  |  |  |     dynamic items = args!.toList(); | 
		
	
		
			
				|  |  |  |  |      logger.d(items); | 
		
	
		
			
				|  |  |  |  |     // logger.d(items); | 
		
	
		
			
				|  |  |  |  |     for (ChatUser user in searchedChats!) { | 
		
	
		
			
				|  |  |  |  |       if (user.id == items.first["id"]) { | 
		
	
		
			
				|  |  |  |  |         user.userStatus = items.first["userStatus"]; | 
		
	
	
		
			
				
					|  |  |  | 
 |