diff --git a/src/applications/feed/conduit/ConduitAPI_feed_query_Method.php b/src/applications/feed/conduit/ConduitAPI_feed_query_Method.php index a65c9b3f62..191e0f68cc 100644 --- a/src/applications/feed/conduit/ConduitAPI_feed_query_Method.php +++ b/src/applications/feed/conduit/ConduitAPI_feed_query_Method.php @@ -91,7 +91,7 @@ final class ConduitAPI_feed_query_Method extends ConduitAPIMethod { $view = $story->renderView(); $view->setEpoch($story->getEpoch()); - $view->setViewer($user); + $view->setUser($user); switch ($view_type) { case 'html':