void fetchUserInfo(List<String>? userIds) { if (userIds != null && userIds.length > 0) { ContactRepo.getUserListFromCloud(userIds); } }