Changeset View
Changeset View
Standalone View
Standalone View
src/applications/feed/story/PhabricatorFeedStory.php
| Show First 20 Lines • Show All 412 Lines • ▼ Show 20 Lines | /* -( Loading Stories )---------------------------------------------------- */ | ||||
| public function getProjectPHIDs() { | public function getProjectPHIDs() { | ||||
| return $this->projectPHIDs; | return $this->projectPHIDs; | ||||
| } | } | ||||
| public function getFieldStoryMarkupFields() { | public function getFieldStoryMarkupFields() { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| public function isVisibleInFeed() { | |||||
| return true; | |||||
| } | |||||
| public function isVisibleInNotifications() { | |||||
| return true; | |||||
| } | |||||
| /* -( PhabricatorPolicyInterface Implementation )-------------------------- */ | /* -( PhabricatorPolicyInterface Implementation )-------------------------- */ | ||||
| public function getPHID() { | public function getPHID() { | ||||
| return null; | return null; | ||||
| } | } | ||||
| /** | /** | ||||
| ▲ Show 20 Lines • Show All 55 Lines • Show Last 20 Lines | |||||