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

Merge branch 'master' into redesign-2015

+1 -1
+1 -1
src/applications/diviner/publisher/DivinerLivePublisher.php
··· 50 50 private function loadSymbolForAtom(DivinerAtom $atom) { 51 51 $symbol = id(new DivinerAtomQuery()) 52 52 ->setViewer(PhabricatorUser::getOmnipotentUser()) 53 - ->withBookPHIDs(array($atom->getBook())) 53 + ->withBookPHIDs(array($this->getBook()->getPHID())) 54 54 ->withTypes(array($atom->getType())) 55 55 ->withNames(array($atom->getName())) 56 56 ->withContexts(array($atom->getContext()))