Change defaults for ActivityPlugin to only log joins and follows
This commit is contained in:
parent
5df47bc659
commit
838c3988ee
@ -51,11 +51,11 @@ class ActivityPlugin extends Plugin
|
|||||||
|
|
||||||
// Flags to switch off certain activity notices
|
// Flags to switch off certain activity notices
|
||||||
public $StartFollowUser = true;
|
public $StartFollowUser = true;
|
||||||
public $StopFollowUser = true;
|
public $StopFollowUser = false;
|
||||||
public $JoinGroup = true;
|
public $JoinGroup = true;
|
||||||
public $LeaveGroup = true;
|
public $LeaveGroup = false;
|
||||||
public $StartLike = true;
|
public $StartLike = false;
|
||||||
public $StopLike = true;
|
public $StopLike = false;
|
||||||
|
|
||||||
function onAutoload($cls)
|
function onAutoload($cls)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user