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

Populate mail keys for new projects

Ref T8216.

Auditors: btrahan

+4
+4
src/applications/project/storage/PhabricatorProject.php
··· 275 275 } 276 276 277 277 public function save() { 278 + if (!$this->getMailKey()) { 279 + $this->setMailKey(Filesystem::readRandomCharacters(20)); 280 + } 281 + 278 282 $this->openTransaction(); 279 283 $result = parent::save(); 280 284 $this->updateDatasourceTokens();