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
···283283 // Look for any commit which hasn't imported.
284284 $unparsed_commit = queryfx_one(
285285 $repository->establishConnection('r'),
286286- 'SELECT * FROM %T WHERE repositoryID = %d AND importStatus != %d
286286+ 'SELECT * FROM %T WHERE repositoryID = %d AND (importStatus & %d) != %d
287287 LIMIT 1',
288288 id(new PhabricatorRepositoryCommit())->getTableName(),
289289 $repository->getID(),
290290+ PhabricatorRepositoryCommit::IMPORTED_ALL,
290291 PhabricatorRepositoryCommit::IMPORTED_ALL);
291292 if ($unparsed_commit) {
292293 // We found a commit which still needs to import, so we can't clear the