mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
Make public feed show all stories, using the omnipotent user
Auditors: chad
This commit is contained in:
parent
f30f0b30f8
commit
00dec3f5ea
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ final class PhabricatorFeedPublicStreamController
|
|||
}
|
||||
|
||||
$request = $this->getRequest();
|
||||
$viewer = $request->getUser();
|
||||
$viewer = PhabricatorUser::getOmnipotentUser();
|
||||
|
||||
$query = new PhabricatorFeedQuery();
|
||||
$query->setViewer($viewer);
|
||||
|
|
Loading…
Reference in a new issue