• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/Configuration/General.php
  • Класс: BitrixImConfigurationGeneral
  • Вызов: General::filterChunk
static function filterChunk(array $userList, string $settingName): array
{
	$notifySchemas = static::getUserNotifySchemas($userList);
	$filteredUserListWithSimpleScheme = static::filterUsersWithSimpleNotifyScheme($notifySchemas['simple'], $settingName);

	return array_merge($filteredUserListWithSimpleScheme, $notifySchemas['expert']);
}