getPHID()); if (!$subscriber_phids) { return; } $handles = id(new PhabricatorHandleQuery()) ->setViewer($this->getViewer()) ->withPHIDs($subscriber_phids) ->execute(); foreach ($handles as $phid => $handle) { $document->addRelationship( PhabricatorSearchRelationship::RELATIONSHIP_SUBSCRIBER, $phid, $handle->getType(), $document->getDocumentModified()); // Bogus timestamp. } } }