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

Flip strings for 'metamta.differential.unified-comment-context' config

Summary: These should be in (true, false) order, not (false, true) order. This was a transcritpion error in porting the config over.

Test Plan: Edited config from the web, verified the labels matched the underlying values.

Reviewers: tberman, btrahan

Reviewed By: tberman

CC: aran

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

+1 -1
+1 -1
src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
··· 252 252 false) 253 253 ->setBoolOptions( 254 254 array( 255 - pht("Do not show context"), 256 255 pht("Show context"), 256 + pht("Do not show context"), 257 257 )) 258 258 ->setSummary(pht("Show diff context around inline comments in email.")) 259 259 ->setDescription(