@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
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix slop with previous patch, perhaps

Auditors: btrahan

+2 -2
+2 -2
src/applications/audit/editor/PhabricatorAuditEditor.php
··· 673 673 $object); 674 674 } 675 675 676 - $data = $commit->getCommitData(); 676 + $data = $object->getCommitData(); 677 677 678 678 $user_phids = array(); 679 679 680 - $author_phid = $commit->getAuthorPHID(); 680 + $author_phid = $object->getAuthorPHID(); 681 681 if ($author_phid) { 682 682 $user_phids[$author_phid][] = pht('Author'); 683 683 }