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

Fix issue with loadRelativeEdges()

Summary: I'm going to just delete all this code at some point, but fixing it now means piles of single gets, so unbreak it first. I'll file something.

Test Plan: Releeph is less fataley.

Reviewers: andrewjcg, btrahan

Reviewed By: andrewjcg

CC: aran

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

+1 -1
+1 -1
src/infrastructure/storage/lisk/PhabricatorLiskDAO.php
··· 6 6 */ 7 7 abstract class PhabricatorLiskDAO extends LiskDAO { 8 8 9 - private $edges = self::ATTACHABLE; 9 + private $edges = array(); 10 10 private static $namespaceStack = array(); 11 11 12 12 const ATTACHABLE = "<attachable>";