@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, unbreak the world.

+3 -1
+3 -1
src/view/page/PhabricatorBarePageView.php
··· 84 84 '<script type="text/javascript">'. 85 85 $framebust. 86 86 'window.__DEV__='. 87 - PhabricatorEnv::getEnvConfig('phabricator.developer-mode') ? '1' : '0'. 87 + (PhabricatorEnv::getEnvConfig('phabricator.developer-mode') 88 + ? '1' 89 + : '0'). 88 90 ';'. 89 91 '</script>', 90 92