Ponder - make feed stories and emails a bit better
Summary: Also some random cleanup now and again. Note reply handler stuff is kind of bojangles bad right now. It didn't work before though either so hey. Test Plan: asked questions, answered questions, edited answers... the feed pleased my eye Reviewers: epriestley Reviewed By: epriestley CC: Korvin, aran Maniphest Tasks: T3653 Differential Revision: https://secure.phabricator.com/D7027
This commit is contained in:
@@ -92,7 +92,7 @@ final class PhabricatorMacroTransaction
|
||||
return parent::getTitle();
|
||||
}
|
||||
|
||||
public function getTitleForFeed() {
|
||||
public function getTitleForFeed(PhabricatorFeedStory $story) {
|
||||
$author_phid = $this->getAuthorPHID();
|
||||
$object_phid = $this->getObjectPHID();
|
||||
|
||||
@@ -133,7 +133,7 @@ final class PhabricatorMacroTransaction
|
||||
}
|
||||
}
|
||||
|
||||
return parent::getTitleForFeed();
|
||||
return parent::getTitleForFeed($story);
|
||||
}
|
||||
|
||||
public function getActionName() {
|
||||
|
||||
Reference in New Issue
Block a user