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

Switch metamta.differential.unified-comment-context to false by default, this is a little intense for non-mailing-list-installs.

+1 -1
+1 -1
conf/default.conf.php
··· 387 387 // will give enough context for people who are only viewing the 388 388 // reviews in email to understand what is going on. The context will 389 389 // be created based on the range of the comment. 390 - 'metamta.differential.unified-comment-context' => true, 390 + 'metamta.differential.unified-comment-context' => false, 391 391 392 392 // Prefix prepended to mail sent by Diffusion. 393 393 'metamta.diffusion.subject-prefix' => '[Diffusion]',