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

Make optional options actually optional in cluster mailer config validation

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