@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.

Herald - restore create an audit as an action for commit objects

Summary: I think we accidentally forgot to include this action in D6660.

Test Plan: verified it showed up in the UI to have the action be an audit

Reviewers: chad, epriestley

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D6712

+2
+2
src/applications/herald/adapter/HeraldCommitAdapter.php
··· 93 93 self::ACTION_ADD_CC, 94 94 self::ACTION_REMOVE_CC, 95 95 self::ACTION_EMAIL, 96 + self::ACTION_AUDIT, 96 97 self::ACTION_NOTHING, 97 98 ); 98 99 case HeraldRuleTypeConfig::RULE_TYPE_PERSONAL: ··· 101 102 self::ACTION_REMOVE_CC, 102 103 self::ACTION_EMAIL, 103 104 self::ACTION_FLAG, 105 + self::ACTION_AUDIT, 104 106 self::ACTION_NOTHING, 105 107 ); 106 108 }