• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/socialnetwork/usecase/taskupdated.php
  • Класс: BitrixTasksIntegrationSocialNetworkUseCaseTaskUpdated
  • Вызов: TaskUpdated::prepareRightsCodesForViewInGroupLiveFeed
private function prepareRightsCodesForViewInGroupLiveFeed(?int $groupId): array
{
	return ($groupId)
		? ['SG' . $groupId]
		: [];
}