mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
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
This commit is contained in:
parent
479ed08ee1
commit
394340fd8f
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue