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
···606606 }
607607 $where[] = qsprintf(
608608 $conn,
609609- 'r.name LIKE %> OR r.callsign LIKE %>',
609609+ 'r.name LIKE %> OR r.callsign LIKE %> OR r.repositorySlug LIKE %>',
610610 $query,
611611- $callsign);
611611+ $callsign,
612612+ $query);
612613 }
613614614615 if ($this->slugs !== null) {
···2121 new PhabricatorProjectDatasource(),
2222 new PhabricatorApplicationDatasource(),
2323 new PhabricatorTypeaheadMonogramDatasource(),
2424+ new DiffusionRepositoryDatasource(),
2425 new DiffusionSymbolDatasource(),
2526 );
2627 }