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

Maniphest - make instructions !assign savvy

Summary: forgot this in last diff. Ref T3937.

Test Plan: looks good

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T3937

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

+2 -2
+2 -2
src/applications/maniphest/mail/ManiphestReplyHandler.php
··· 27 27 28 28 public function getReplyHandlerInstructions() { 29 29 if ($this->supportsReplies()) { 30 - return "Reply to comment or attach files, or !close, !claim, or ". 31 - "!unsubscribe."; 30 + return "Reply to comment or attach files, or !close, !claim, ". 31 + "!unsubscribe or !assign <username>."; 32 32 } else { 33 33 return null; 34 34 }