@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 missing property on revision adapter.

+1 -3
+1 -3
src/applications/herald/adapter/HeraldDifferentialRevisionAdapter.php
··· 1 1 <?php 2 2 3 - /** 4 - * @group herald 5 - */ 6 3 final class HeraldDifferentialRevisionAdapter extends HeraldAdapter { 7 4 8 5 protected $revision; ··· 16 13 protected $remCCs = array(); 17 14 protected $emailPHIDs = array(); 18 15 protected $addReviewerPHIDs = array(); 16 + protected $blockingReviewerPHIDs = array(); 19 17 20 18 protected $repository; 21 19 protected $affectedPackages;