• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/recent.php
  • Класс: BitrixImRecent
  • Вызов: Recent::prepareRows
static function prepareRows(array $rows, int $userId): array
{
	$rows = static::fillCounters($rows, $userId);
	$rows = static::fillFiles($rows);

	return static::fillLastMessageStatuses($rows, $userId);
}