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

Minor, prevent double-initialization of EventEngine. This happens in PhabricatorEnv now.

Auditors: btrahan

-1
-1
webroot/index.php
··· 56 56 $request = $application->buildRequest(); 57 57 58 58 $write_guard = new AphrontWriteGuard(array($request, 'validateCSRF')); 59 - PhabricatorEventEngine::initialize(); 60 59 61 60 $application->setRequest($request); 62 61 list($controller, $uri_data) = $application->buildController();