Changeset View
Changeset View
Standalone View
Standalone View
src/applications/people/xaction/PhabricatorUserNotifyTransaction.php
| Show All 17 Lines | return pht( | ||||
| '%s sent this user a test notification.', | '%s sent this user a test notification.', | ||||
| $this->renderAuthor()); | $this->renderAuthor()); | ||||
| } | } | ||||
| public function getTitleForFeed() { | public function getTitleForFeed() { | ||||
| return $this->getNewValue(); | return $this->getNewValue(); | ||||
| } | } | ||||
| public function shouldHideForFeed() { | public function shouldHideForNotifications() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function shouldHideForFeed() { | |||||
| return true; | |||||
| } | |||||
| public function shouldHideForMail() { | public function shouldHideForMail() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| } | } | ||||