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
···18181919 if (!$handle) {
2020 throw new Exception(
2121- "Policy identifier is an object PHID ('{$phid_identifier}'), but no ".
2121+ "Policy identifier is an object PHID ('{$policy_identifier}'), but no ".
2222 "object handle was provided. A handle must be provided for object ".
2323 "policies.");
2424 }
···2626 $handle_phid = $handle->getPHID();
2727 if ($policy_identifier != $handle_phid) {
2828 throw new Exception(
2929- "Policy identifier is an object PHID ('{$phid_identifier}'), but ".
2929+ "Policy identifier is an object PHID ('{$policy_identifier}'), but ".
3030 "the provided handle has a different PHID ('{$handle_phid}'). The ".
3131 "handle must correspond to the policy identifier.");
3232 }