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

Minor, remove abstract method until subclasses implement it.

+3 -1
+3 -1
src/applications/feed/story/PhabricatorFeedStory.php
··· 28 28 } 29 29 30 30 abstract public function renderView(); 31 - abstract public function renderNotificationView(); 31 + 32 + // TODO: Restore this once subclasses actually implement it. 33 + // abstract public function renderNotificationView(); 32 34 33 35 public function getRequiredHandlePHIDs() { 34 36 return array();