Helix Swarm Guide (2019.3)

Commit credit

When you use Swarm to commit a review, but you are not the review's author, Swarm gives credit to the review author by default. Activity stream entries and email notifications include both the committer and review author's details.

Tip

If you make a configuration change, Swarm will not use it until the Swarm config cache has been deleted. For instructions on deleting the config cache, see Swarm config cache file delete.

If you prefer Swarm's original behavior, which was to give credit only to the committer, you can do so by editing the SWARM_ROOT/data/config.php file and setting the commit_credit_author item to false in the reviews configuration block. For example:

<?php
// this block should be a peer of 'p4'
'reviews' => array(
'commit_credit_author' => false,
),