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

Bump remarkup version for new precedence/flat text rules

Summary: Clear any existing caches with old precedence rules.

Auditors: btrahan

+1 -1
+1 -1
src/infrastructure/markup/PhabricatorMarkupEngine.php
··· 41 41 42 42 private $objects = array(); 43 43 private $viewer; 44 - private $version = 9; 44 + private $version = 10; 45 45 46 46 47 47 /* -( Markup Pipeline )---------------------------------------------------- */