• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Controller/Chat/Message.php
  • Класс: BitrixImV2ControllerChatMessage
  • Вызов: Message::configureActions
public function configureActions()
{
	return [
		'disappear' => [
			'+prefilters' => [
				new CheckMessageDisappearingDuration(),
			]
		],
		'read' => [
			'+postfilters' => [
				new UpdateStatus(),
			],
		],
		'list' => [
			'+postfilters' => [
				new UpdateStatus(),
			],
		],
		'getContext' => [
			'+postfilters' => [
				new UpdateStatus(),
			],
		],
		'tail' => [
			'+postfilters' => [
				new UpdateStatus(),
			],
		],
	];
}