diff --git a/src/applications/feed/story/PhabricatorFeedStory.php b/src/applications/feed/story/PhabricatorFeedStory.php index 4f642845f0..b305375ed4 100644 --- a/src/applications/feed/story/PhabricatorFeedStory.php +++ b/src/applications/feed/story/PhabricatorFeedStory.php @@ -28,7 +28,9 @@ abstract class PhabricatorFeedStory { } abstract public function renderView(); - abstract public function renderNotificationView(); + +// TODO: Restore this once subclasses actually implement it. +// abstract public function renderNotificationView(); public function getRequiredHandlePHIDs() { return array();