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

Use setOptions() to trigger mailer option validation, not validateOptions()

+1 -1
+1 -1
src/infrastructure/cluster/config/PhabricatorClusterMailersConfigType.php
··· 85 85 86 86 $options = idx($spec, 'options', array()); 87 87 try { 88 - id(clone $adapters[$type])->validateOptions($options); 88 + id(clone $adapters[$type])->setOptions($options); 89 89 } catch (Exception $ex) { 90 90 throw $this->newException( 91 91 pht(