Select the types of activity you want to include in your feed.
@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
···382382 // patches are sent in. Valid options are 'unified' (like diff -u) or 'git'.
383383 'metamta.differential.patch-format' => 'unified',
384384385385+ // Enables a different format for comments in differential emails.
386386+ // Differential will create unified diffs around the comment, which
387387+ // will give enough context for people who are only viewing the
388388+ // reviews in email to understand what is going on. The context will
389389+ // be created based on the range of the comment.
390390+ 'metamta.differential.unified-comment-context' => true,
391391+385392 // Prefix prepended to mail sent by Diffusion.
386393 'metamta.diffusion.subject-prefix' => '[Diffusion]',
387394