Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···2525 $phid = $doc->getPHID();
2626 $handle = PhabricatorObjectHandleData::loadOneHandle($phid);
27272828+ // URL is not used internally but it can be useful externally.
2829 $spec = array(
2930 'title' => $doc->getDocumentTitle(),
3031 'url' => PhabricatorEnv::getProductionURI($handle->getURI()),
···144145 ),
145146 );
146147 }
148148+ // We couldn't solve it by minimum_number_should_match because it can
149149+ // match multiple owners without matching author.
147150 $spec[] = array('bool' => array('should' => $should));
148151 } else if ($param) {
149152 $filter[] = array(