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

Minor, fix one more Actor -> Acting As PHID

Summary: See D10221, I missed one of these callsites.

Auditors: btrahan

+1
+1
src/applications/maniphest/editor/ManiphestTransactionEditor.php
··· 380 380 381 381 id(new ManiphestTransactionEditor()) 382 382 ->setActor($this->getActor()) 383 + ->setActingAsPHID($this->getActingAsPHID()) 383 384 ->setContentSource($this->getContentSource()) 384 385 ->setContinueOnNoEffect(true) 385 386 ->setContinueOnMissingFields(true)