• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/im/messages/crm.php
  • Класс: BitrixImOpenLinesImMessagesCrm
  • Вызов: Crm::initUserViewChat
protected function initUserViewChat()
{
	if($this->operatorId > 0)
	{
		$this->userViewChat = CIMContactList::InRecent($this->operatorId, IM_MESSAGE_OPEN_LINE, $this->chatId);
	}
	else
	{
		$this->userViewChat = true;
	}

	return true;
}