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

Fix sending mail on Badges

Summary: Hopefully fixes mail issues. Don't have a local way of testing email replies, though.

Test Plan: Comment on a badge, get mail!

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: seayoung1112, epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D13717

+1
+1
src/applications/badges/editor/PhabricatorBadgesEditor.php
··· 181 181 182 182 protected function getMailTo(PhabricatorLiskDAO $object) { 183 183 return array( 184 + $object->getCreatorPHID(), 184 185 $this->requireActor()->getPHID(), 185 186 ); 186 187 }