getAdapter()->loadDifferentialRevision(); if (!$revision) { return array(); } $phid = $revision->getPHID(); return PhabricatorSubscribersQuery::loadSubscribersForPHID($phid); } protected function getHeraldFieldStandardType() { return self::STANDARD_PHID_LIST; } protected function getDatasource() { return new PhabricatorProjectOrUserDatasource(); } }