@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 a bad merge on my part.

Auditors: btrahan

+2 -2
+2 -2
src/applications/transactions/view/PhabricatorApplicationTransactionCommentView.php
··· 100 100 ->setID($this->getCommentID()) 101 101 ->setName('comment') 102 102 ->setLabel(pht('Comment')) 103 - ->setUser($this->getUser())) 104 - ->setValue($draft_comment) 103 + ->setUser($this->getUser()) 104 + ->setValue($draft_comment)) 105 105 ->appendChild( 106 106 id(new AphrontFormSubmitControl()) 107 107 ->setValue($this->getSubmitButtonName()))