@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 a variable name PolicyFilter.

+1 -1
+1 -1
src/applications/policy/filter/PhabricatorPolicyFilter.php
··· 363 363 break; 364 364 } 365 365 } else { 366 - $who = pht("This object has an unknown or invalid policy setting."); 366 + $more = pht("This object has an unknown or invalid policy setting."); 367 367 } 368 368 break; 369 369 }