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

Rename setViewer() to setUser() in feed.query

Summary: D4270 missed a spot I think.

Test Plan: Called it.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4271

vrana 394340fd 479ed08e

+1 -1
+1 -1
src/applications/feed/conduit/ConduitAPI_feed_query_Method.php
··· 91 91 92 92 $view = $story->renderView(); 93 93 $view->setEpoch($story->getEpoch()); 94 - $view->setViewer($user); 94 + $view->setUser($user); 95 95 96 96 switch ($view_type) { 97 97 case 'html':