@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

Fix a bad classname reference in the "Must Encrypt" action

+1 -1
+1 -1
src/applications/metamta/herald/PhabricatorMailMustEncryptHeraldAction.php
··· 16 16 'Require mail content be transmitted only over secure channels.'); 17 17 } 18 18 public function supportsObject($object) { 19 - return self::isMailGeneratingObject($object); 19 + return PhabricatorMetaMTAEmailHeraldAction::isMailGeneratingObject($object); 20 20 } 21 21 22 22 public function getActionGroupKey() {